home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / Text-Chat-Scripts / pp-320m.exe / versions.txt < prev   
Text File  |  1998-08-15  |  235KB  |  5,114 lines

  1. 24/07/98 - mIRC v5.41
  2.  
  3. Fixes/Additions:
  4. 1.Fixed win32s under win3.x display bug in 32bit mIRC.
  5. 2.Fixed bug with private messages text-wrap when using ^ events.
  6. 3.Can now use %variables or $identifiers in the Perform Highlight words.
  7. 4.Can now do /dcc send nickname <wildcardfilename>.
  8. 5.Fixed $sdir bug.
  9. 6.Fixed bug in auto-arrange/cascade/tile options.
  10. 7.Fixed SOCKS firewall support bugs.
  11. 8.Channel Central dialog now allows mode +h users on TS4 efnet to change
  12.   the channel settings.
  13. 9./remove now tells you if you specified a non-existent file but doesn't
  14.   halt processing.
  15. 10.Changed Channel central dialog behaviour, no longer resets channel modes
  16.    unless they've been changed.
  17. 11.Fixed bug in $calc() with very long strings.
  18. 12.Fixed bug in inactive DCC Chat windows, editbox allows you to copy text
  19.    from it but entered text is not processed in any way.
  20. 13.$chan().ial now returns $true if the IAL is full, $false if it isn't, or
  21.    $inwho if you sent a /who #channel to the server to fill the IAL and the
  22.    IAL isn't full yet.
  23. 14.Improved winsock error checking.
  24. 15.Fixed bug in /goto command where it was incorrectly reporting a "not
  25.    found" error instead of a "duplicate name" error in some situations where
  26.    you had duplicate goto names in a script.
  27. 16.Fixed bug in the remote events in %variables in remote event definition
  28.    not being processed correctly if it evaluated to just #.
  29. 17.Fixed /renwin bug allowing you to rename a @window to any name without
  30.    the @ prefix.
  31. 18.Fixed $read bug when reading a line with only a space in it.
  32. 19.Fixed disappearing DCC windows bug.
  33. 20.Fixed bug with URL/Email catcher being turned off when using the Send
  34.    To menu in the URL window popup menu.
  35. 21.Fixed bug with Status window not remembering Desktop/MDI position.
  36. 22.Fixed editbox/listbox focusing bug.
  37. 23.Fixed BURC code stripping in IRC Switches not applying to channel topics.
  38. 24.Using the . prefix to hide /play command information now also hides the
  39.    /msg command information when sending to a user/channel.
  40. 25.Fixed @window listbox background colour bug not being reset when using
  41.    colour control codes in text.
  42. 26.Fixed editbox processing bug in custom @windows.
  43. 27.Fixed /ignore -x exclusion bug.
  44. 28.Fixed bug in on OPEN event, was preventing on TEXT/ACTION events from
  45.    triggering if on OPEN was /halted.
  46. 29.Can now specify whether you want DCCs to go through the Socks Firewall
  47.    or not.
  48. 30.Fixed /renwin bug, was halting scripts.
  49. 31.Fixed bug when processing $? in combination with $+ in some situations.
  50. 32.$findfile() and $finddir() in 32bit mIRC now maintain case of filenames.
  51. 33.Fixed bug with wave playing not working with certain sound drivers. Note
  52.    that simple sound drivers eg. speaker driver, are very limited and don't
  53.    support mIRC's queuing of sounds feature, etc.
  54. 34.Fixed /cline when colour not specified, sets to default colour.
  55. 35.Fixed ctcp event not processing wildcard ctcps, eg.
  56.  
  57.    ctcp 1:*ping*:echo $1-
  58.  
  59. 36.Fixed DCC Send CTCP request not working with IRC clients that add an extra
  60.    ID number to the CTCP message, mIRC v5.4 also uses this extra ID to identify
  61.    DCC Send requests through a SOCKS firewall. If mIRC sees an ID but can't
  62.    match it internally, it assumes it's not valid and processes the CTCP as a
  63.    normal DCC Send request.
  64. 37.Improved handling of long filenames in commands: /dcc send, /unload, /mkdir,
  65.    /loadbuf, /savebuf, /filter, and /window.
  66. 38.Fixed bug in /font command.
  67. 39.Extended various commands/identifiers/etc. that reference listboxes so that
  68.    they can now process any number of selected lines.
  69. 40.Can now /clear -n with a picture window, where -n delays update of the display
  70.    until you force an update (same as with other picture window commands).
  71. 41.Fixed bug in $iif(), remote identifiers in it where not being evaluated.
  72. 42.Added $inpoly(x,y,x1,y1,...,xN,yN) identifier which returns $true if x,y is
  73.    inside the polygon made up of the specified points, otherwise $false.
  74. 43.Changed DCC Server 150 and 151 replies, they now return "unavailable" and
  75.    "rejected" instead of a nickname.
  76. 44.Added .dx and .dy properties to $window(), return the x and y position of
  77.    a window relative to the desktop.
  78. 45.Changed $notify() so that it works with your whole notify list. Added
  79.    .ison property, returns $true if user is on IRC, otherwise $false.
  80. 46.Fixed bug with status window receiving focus in certain situations.
  81. 47.Fixed bug in /write command when /writing to files that aren't on the same
  82.    hard-disk as the mIRC exe file.
  83. 48.Fixed freezing bug in $dde, $read, and $readini when used within other
  84.    identifiers in some situations.
  85. 49.The on DNS event is now triggered if you try to /dns a nickname that's not
  86.    on IRC and the server replies with the "no such nickname" numeric.
  87. 50.Fixed bug in listbox windows eg. url/notify/channelslist/etc. when first
  88.    opening, the background was first set to the main window background colour
  89.    not the listbox colour, making the window flash.
  90. 51.Fixed bug in ip address having a space appended to it when looking up via
  91.    the server method. Shouldn't have affected processing though.
  92. 52.Extended $mask() and all other mask-related commands/identifiers, so that
  93.    you can now specify a type of 10 to 19 which correspond to masks 0 to 9,
  94.    but instead of using a * wildcard to replace portions of an address, it
  95.    uses ? wildcards to replace the numbers in the address.
  96. 53.Fixed bug in /window -h switch not setting window focus correctly.
  97. 54.Fixed /list command so that it works correctly with older DALnet ircds
  98.    that don't support serverside filtering.
  99. 55.The value of $halted can now be checked in any event to see if a previous
  100.    event /halted the default text. You can also prefix events with the new
  101.    & prefix to prevent the event from triggering if $halted is true, eg.
  102.  
  103.    on &1:text:*:?:/echo this won't trigger if $halted is true
  104.  
  105. 56.When mIRC joins a channel and issues a /mode to look up the channel modes,
  106.    the channel creation time numeric is hidden if sent by the server.
  107. 57."Unable to connect to IRC server" message now also shows the actual winsock
  108.    error message.
  109. 58./enable and /disable now accept wildcards.
  110. 59./loadbuf and /savebuf can now work with dcc =chat windows. Also added
  111.    switches to /loadbuf:
  112.  
  113.    -cN specifies default text colour
  114.    -e  evaluates lines
  115.    -h  hides a line if -e is specified and it doesn't evaluate
  116.  
  117. 60.Fixed /window -c closing gpf bug when using multiple /window opening
  118.    and closing commands in the same script.
  119. 61.Added $isdde(name) identifier, returns $true if ddename is in use.
  120. 62./background can now change background in dcc =chat windows.
  121. 63.Fixed bug in remote * event prefix.
  122. 64.Timestamp now shows double digits for the hour.
  123. 65.Time related identifiers/routines now return $null if a time value is
  124.    specified that lies outside the values mIRC can handle.
  125. 66.Fixed /.copy showing a line separator incorrectly.
  126. 67.Fixed bug in Editor dialog, if you loaded a new script and then closed
  127.    the dialog, the on load event in the script would only trigger if you
  128.    were in the Remote tab of the dialog.
  129. 68.Added -l switch to /ignore [-lpcnitkx] command, specifying the -l switch
  130.    now displays a list of the ignores which match the specified switches.
  131. 69.Fixed bug in Socks firewall handling of a DCC Send to an IP address ie.
  132.    to a users DCC Server.
  133. 70.Fixed /echo -a =chat bug.
  134. 71.Fixed switchbar display bug.
  135. 72.Fixed /drawtext -p switch background filling bug.
  136. 73.If the Channels folder dialog is open while connecting to a server,
  137.    the Join/Names buttons are enabled on connection.
  138. 74.Fixed gpf bug in /cline when trying to use it on an empty window.
  139. 75.Extended $os identifier in the 32bit mIRC, it now replies differently
  140.    depending on whether you're on 3.1, 3.1 win32s, 95, 98, and NT. The
  141.    16bit is still limited to replying 3.1 or 95.
  142. 76.Added $ulist(address,level,N) identifier for referencing the Users list,
  143.    (replaces $maddress() which is still supported for now).
  144.  
  145.    You can specify an address of * to match any address in the user list,
  146.    or a wildcard address. If you don't specify a full address, it completes
  147.    the address with wildcards.
  148.  
  149.    If you specify L, $ulist() will return matching addresses that contain
  150.    the specified level.
  151.  
  152.    Note: L and N are optional, but if you specify only one number, mIRC
  153.    assumes it is N, to maintain backward compatibility.
  154. 77.Changed $calc() evaluation method slightly, this may break existing
  155.    scripts.
  156. 78.Fixed a few /finger and fingerserver related bugs.
  157. 79.Fixed /auto -r bug.
  158.  
  159. 23/06/98 - mIRC v5.4
  160.  
  161. Fixes/Additions:
  162. 1.Fixed identd/finger/dcc server bug.
  163. 2.Fixed connect retry bug when server name can't be resolved.
  164. 3.Fixed bug with windows being displayed/hidden when switchbar
  165.   is turned on/off.
  166. 4.Fixed /join -n bug when specifying a password.
  167. 5./load now only asks you once if you want to run the on start
  168.   and on load sections when your script loads multiple files.
  169. 6.Added identd switch to turn identd on/off before/after connection.
  170. 7.Added identifier $isalias(name) returns $true/$false.
  171. 8./dns now returns a reply for each /dns that is issued even if you
  172.   specified multiple identical addresses.
  173. 9.In addition to specifying -1 in $window() to refer to the desktop
  174.   screen size, you can now also specify -2 for the main mIRC window,
  175.   and -3 for internal MDI window where other windows are displayed.
  176. 10.Fixed focusing bug when clicking in a window.
  177. 11.Added /reload command, reloads the specified script without
  178.    triggering the on start/load events.
  179. 12.Added $finddir(root,wildcard,N) works the same as $findfile()
  180.    except it returns directory names.
  181. 13.Added Options section to Address Book.
  182. 14.Fixed Help menu bug when more than 30 items where listed in
  183.    the menu.
  184. 15.Added support for numeric 477, tells you if you can't join
  185.    a channel if channel only allows registered nicks.
  186. 16.Added /renwin <@old> <@new> [topic] command, changes the name
  187.    of a custom window.
  188. 17./sockopen now triggers "on sockopen" if a connection fails
  189.    immediately, instead of just halting the script with a connection
  190.    error message.
  191. 18.Fixed /editbox command when using lines with CR/LF characters.
  192. 19.Can now handle DALnet @+target notices.
  193. 20.Small change in DCC Send routine which may have been causing a
  194.    freeze in certain situations.
  195. 21.Fixed bug in action messages, may have been preventing action
  196.    messages from being displayed sometimes.
  197. 22.Can now open the Channels Folder and Channels List dialogs when
  198.    not connected to a server to edit/view them offline.
  199. 23.$chan now works in the on input event.
  200. 24.Fixed bug in Alt-1,2,3,etc. that was causing a GPF in certain
  201.    situations.
  202. 25.Fixed display gpf bug which occurred when a window was resized
  203.    to a width smaller than an indented line.
  204. 26.Made a small change to the way DDE messages are sent, should
  205.    now work with more applications.
  206. 27.Fixed bug in Filserver, wasn't displaying the list of dirs or
  207.    files correctly in certain cases.
  208. 28.Added switch -S to /window command. The small -s now sorts the
  209.    main window (whether text or listbox), the large -S now sorts
  210.    a listbox on the side.
  211. 29.Fixed gpf bug when the custom menubar popup menu is empty and
  212.    a new item is added to it.
  213. 30.The TAB nick completion now works in custom windows.
  214. 31.Fixed /join -i bug.
  215. 32.Your nicknames, local info, and current irc server are now all
  216.    updated in mirc.ini whenever they change.
  217. 33./filter no longer creates a file if there were no matching
  218.    items to output to the file. It also fills the $filtered identifier
  219.    with the number of matches found, if any.
  220. 34.A users nick and address are now stored in the log file at the
  221.    start of the logging session for a query window.
  222. 35.Now supports serverside filtering of channels list on DALnet
  223.    servers. This is done automatically whenever you retrieve a
  224.    channels list, same as with Undernet servers. DALnet servers
  225.    also supports server-side wildcard filtering.
  226. 36.Fixed /editbox -n switch.
  227. 37.If you try to connect to a server which resolves to multiple
  228.    IP addresses eg. a round robin server, mIRC will now try each IP
  229.    address until it gets a connection.
  230. 38.Colour 99 is now treated as a transparent colour, ie. it will match
  231.    a users current background colour. The main purpose of this is to
  232.    allow you to use numbers after a ctrl-k without a problem, eg.
  233.    /echo ctrl+k5,9954  This would display the number 54.
  234. 39.Added $readn identifier to return the line number that matched a
  235.    search for $read -s<text>.
  236.  
  237.    Also added $read -w<wildtext> switch which finds a line that
  238.    contains the matching text.
  239.  
  240.    If you specify the -s or -w switches, you can also specify the
  241.    -lN switch to specify which line to start searching from in the
  242.    file, eg.:
  243.  
  244.    //echo $read -l100 -w*mirc* versions.txt
  245.  
  246.    Note: this will start the search *after* line 100. This allows
  247.    you to use it with $readn easily.
  248.  
  249. 40.Added -e switch to /dde command, makes /dde send the request as
  250.    an XTYP_EXECUTE dde message. This type of message does not require
  251.    an item, so the format is:
  252.  
  253.    /dde -e service topic command
  254.  
  255. 41.Fixed /rline bug.
  256. 42.Fixed bug relating to use of [ ] to evaluate items inside
  257.    a bracketed identifier eg.
  258.  
  259.   //echo 1 $gettok( [ $readini -n mirc.ini mirc host ] ,1,58)
  260.  
  261. 43.Fixed gpf bug when trying to resize a window that contains
  262.    lines of text of which some are empty ie. contain no characters
  263.    at all, was happening mainly when filling a custom window with
  264.    lines from a text file eg. using /filter.
  265.  
  266. 44.Added * as a new remote event prefix, matches the level of any
  267.    user. This allows you to create events that will trigger for
  268.    all users regardless of their access levels.
  269.  
  270.    on *:event:etc.
  271.    ctcp *:event:etc.
  272.  
  273. 45.Using new method to display icons in toolbar and switchbar, this
  274.    should fix the disappearing toolbar problem some people have been
  275.    experiencing.
  276. 46.Added .fname property to $group() identifier, to return filename,
  277.    and the .name property to return the name of the group if you're
  278.    looking up the Nth group.
  279. 47.Added /ban -r switch, this removes a ban of the specified type for
  280.    nickname, eg. /ban -r nick 2
  281. 48.Url catcher now treats more characters as valid parts of a URL.
  282. 49.Fixed bug in $pos() identifier.
  283. 50.Added $ctime() identifier to compliment $ctime. You can specify
  284.    the date and time in various formats in $ctime() to return the
  285.    number of seconds elapsed since 00:00:00 GMT, January 1, 1970.
  286.  
  287.    //echo 1 $ctime(January 1 1970 00:00:00)
  288.    //echo 1 $ctime(3rd August 1987 3:46pm)
  289.    //echo 1 $ctime(21/4/72 1:30:37)
  290.    //echo 1 $ctime(Wed 1998-3-27 21:16)
  291.  
  292. 51.Modifed the way the inc/dec -uN switch works, added two new
  293.    switches, -c and -z.
  294.  
  295.    -uN now only incs/decs the %var once and unsets it N seconds
  296.    later.
  297.  
  298.    -c incs/decs %var once per second.
  299.  
  300.    -z decreases %var until it reaches zero and then unsets it.
  301.  
  302.    The -z switch also works with /set.
  303.  
  304. 52.Fixed bug in /describe appearance in query windows.
  305. 53.Can now use $mouse outside of picture window events. Also added
  306.    the following properties:
  307.  
  308.    .win     returns the windows name
  309.    .mx/my   returns x,y position relative to mIRC main window
  310.    .dx/dy   returns x,y position relative to desktop
  311. 54.Added .fname property to $isalias() identifier, which returns the
  312.    filename inwhich the alias exists, and .alias property which returns
  313.    the alias definition itself.
  314. 55.Added $ifmatch identifier, returns the first parameter of a matching if
  315.    statement. eg. if (text isin some text) etc. then $ifmatch will return
  316.    "text".
  317. 56.Added /showmirc -nrstx command, where:
  318.      -n = minimize
  319.      -r = restore
  320.      -s = show
  321.      -t = tray
  322.      -x = maximize
  323. 57.Added -u switch to /window which removes the -ontop setting
  324.    for a desktop window. Can also reset it again with -o.
  325. 58.If you specify a delay of 0 seconds in /timer, the command is now
  326.    executed immediately after a script finishes.
  327. 59.Added $cb(N) identifier to return CRLF delimited lines from the
  328.    clipboard. The property .len returns the length of the line, or
  329.    if N is zero, it returns the total length of text in the clipboard.
  330. 60.Extended $timer() to handle both N and a Timer name as a parameter.
  331.    Also now returns $null correctly if it can't find a match.
  332. 61.Extended $nick/opnick/nopnick/vnick/nvnick() to handle both N and
  333.    a nickname. If a nickname is specified it returns the nicknames Nth
  334.    position in the nicklist.
  335. 62.Fixed Window/Icon Flashing bug, wasn't triggering in certain situations.
  336. 63.Fixed gpf bug in fileserver time-out event.
  337. 64.Fixed /window sizing bug when first opening a very small window.
  338. 65.Added .ial property to $chan(), returns $true if the IAL contains the
  339.    addresses of all users on the specified channel, otherwise $false.
  340. 66.The TAB key nick completion now works as an identifier/variable evaluator
  341.    when placed over items that begin with $ or % or # (evaluates to current
  342.    channel name).
  343. 67.Notify now displays on/off messages in more situations.
  344. 68.Can now specify N = 0 in $findtok() to return number of matching tokens.
  345. 69.Added $matchtok(Tokens,String,N,C) identifier, checks if any of the Tokens
  346.    contain the text String. eg.
  347.  
  348.    $matchtok(one two three, e, 0, 32) returns 2
  349.    $matchtok(one two three, e, 2, 32) returns three
  350.  
  351.    And $wildtok(Tokens,WildString,N,C) which does the same thing using
  352.    wildcards:
  353.  
  354.    $wildtok(one two three, t*e, 0, 32) returns 1
  355.    $wildtok(one two three, t*e, 1, 32) returns three
  356.  
  357. 70.Added Remove menu item to notify list popup menu.
  358. 71.Made a change to /log command to make it handle the file .ext extension
  359.    better with LFNs.
  360. 72.Moved notify section from Options dialog to Address Book. Also added
  361.    Notify? and Address? buttons to connect Address and Notify sections.
  362. 73.You can now retrieve your basic System colours with $rgb() by specifying:
  363.    face, shadow, hilight, frame, and text, which return the RGB value.
  364. 74.Pressing TAB key in an editbox no longer clears the editbox if it
  365.    contains text. The editbox needs to be empty in order for TAB to fill
  366.    in the "/msg nickname" text.
  367. 75.DCC Chat window editbox is no longer disabled on a disconnection.
  368. 76.Can now click on a number in the Colour index dialog to insert the number
  369.    into the editbox.
  370. 77.Fixed $dde gpf if data being received is too long, now returns $error in
  371.    this case.
  372. 78.Extended $replace() to handle multiple replace parameters, eg.
  373.  
  374.    $replace(String,n1,n2,m1,m2,...,t1,t2)
  375.  
  376.    And $remove() to handle multiple remove parameters, eg.
  377.  
  378.    $remove(String,n1,n2,n3,...)
  379.  
  380. 79.Replaced channel window switching keyboard command from Control-Space
  381.    to Control-N due to conflict with other applications.
  382. 80.Fixed minimized icons appearing in certain sitautions when switching
  383.    windows via switchbar.
  384. 81.Speeded up text display slightly.
  385. 82.Added $hash(S,B) where S is a string, and B is the number of bits to
  386.    use when calculating the hash number.
  387. 83.Can now specify a non-existent file in $file/dir/hfile/sdir dialogs.
  388. 84.Added /whois in active window switch. Displays whois results in the
  389.    channel, query/chat, and custom windows if it is turned on and a /whois
  390.    is issued inside one of these windows.
  391.  
  392.    Also added Whois text colour selection to Colours dialog.
  393.  
  394. 85.Added -g switch to /clear and /filter to refer to finger window.
  395. 86.Added Background Picture option to System menu for Status, Channel, and
  396.    Query/Chat windows. Allows you to select a background picture for the
  397.    window, note that this significantly decreases the display speed of
  398.    text in a window.
  399.  
  400.    Also added picture option to the mIRC background window, right-click
  401.    on it to pop up a menu with options.
  402.  
  403.    Can also select a background picture for the toolbar, toolbar buttons,
  404.    and switchbar, right-click to pop up a menu.
  405.  
  406.    You can use the following command to change the background picture
  407.    settings and display method for windows:
  408.  
  409.    /background [-amsgdluhcfnrtpx] [window] [filename]
  410.  
  411.    -a = active window (window name not required)
  412.    -m = main mIRC window
  413.    -s = status window
  414.    -g = finger window
  415.    -d = dedicated query window
  416.  
  417.    -cfnrtp = center, fill, normal, stretch, tile, photo
  418.  
  419.    -l = toolbar
  420.    -u = toolbar buttons
  421.    -h = switchbar
  422.  
  423.    Toolbar buttons can use RGB Colour 192,192,192 for transparency, the
  424.    BMP must be of the same form as that in mIRC resources.
  425.  
  426.    -x = no background picture
  427.  
  428.    Window name should only be specified if none of the window switches
  429.    are specified. The filename does not need to be specified if you are
  430.    only changing the display method.
  431.  
  432. 87.Added $iif(C,T,F) where C is a conditional clause, and T is the result
  433.    if the conditional is True, and F is the result if it's false, eg:
  434.  
  435.    echo $iif(1 == 2, yes, no)  returns "no"
  436.  
  437.    $iif returns F if the conditional returns zero, $false, or $null, for
  438.    any other value $iif returns T.
  439.  
  440.    If you don't specify the F parameter, $iif returns a T value if the
  441.    condition is true, and returns nothing if it's false.
  442.  
  443.    echo $iif(1 == 2, yes)  returns nothing
  444.  
  445. 88.mIRC can now display longer channel topics in channels.
  446. 89.Added -p switch to /editbox, appends a space to the end of the text.
  447. 90.Added -t switch to /echo, prefixes line with a timestamp if a user has
  448.    global time stamping on or timestamping is on for that window.
  449. 91.Integrated the notify settings into the Address book dialog.
  450. 92.You can now open a query window with the /query command while offline.
  451. 93.Fixed $duration() to handle floating point numbers.
  452. 94.Titlebars in windows now aren't updated if the new text is identical.
  453. 95.Made line sorting in text @windows case-insensitive.
  454. 96.Added -o switch to /copy command, overwrites file if it exists.
  455. 97.Can now use ! (not prefix) with & bitwise operator.
  456. 98.Added uclick event to mouse detection events.
  457.  
  458.    menu @test {
  459.      uclick:echo Released mouse button
  460.    }
  461.  
  462. 99.The switchbar button for a query window is now updated when there is
  463.    a nick change.
  464. 100.Added -h switch to /clear command, clears the command history for
  465.     a window.
  466. 101.Switchbar can now also be displayed on the left and right sides of the
  467.     mIRC window, you can drag it with the mouse to reposition it.
  468. 102.Fixed $server().port including password at end of ports.
  469. 103.Fixed problems with sounds not being heard when your system is set up
  470.     to use the internal speaker driver for sound playback, note however
  471.     that this means that events such as on waveend/midiend do not work
  472.     now since the speaker driver doesn't support them.
  473. 104.Added /saveini command, updates all mIRC related ini files with the
  474.     current info.
  475. 105.Added /ignore -x (exclude) switch. Basically this allows you to ignore
  476.     messages from all people except your friends. For example:
  477.  
  478.     a!b@c.org,exclude   this excludes this address from being ignored
  479.     *!*@*               this ignores all other addresses
  480.  
  481. 106.Fixed bug in on chat/fserve events not filling $1 correctly.
  482. 107.Fixed bug with certain /if operators treating a $null value as plain
  483.     text eg. if (n isin $null) would evaluate to true.
  484. 108.Fixed bug with $calc() not processing identifiers with properties.
  485. 109.Fixed on close event not triggering for fileservers.
  486. 110.Added Command option to DCC Get Directories dialog, allows a command
  487.     to be performed when a file is received. The command will be performed
  488.     if no application has been selected and the filename can be referred
  489.     to in the command as identifier $1-.
  490. 111.Fixed /write not adding an extra LF to the last line in a file if it
  491.     needs one before appending a new line to the end of the file.
  492. 112.Added Rejoin channels on connect switch to Options dialog, if turned on
  493.     channel windows which are open are auto-rejoined when you reconnect to an
  494.     IRC server.
  495. 113.Fixed custom sockets bug where last packet of a file being received was
  496.     not received fully in some cases.
  497. 114.Added .font and .fontsize properties to $window().
  498. 115.Variables set to the value $null now evaluate to an empty string.
  499. 116.Control codes are now stripped from URLs/Emails caught by URL catcher.
  500. 117.Fixed bug in DNS resolving routine which may have caused certain
  501.     problems in the situation where a DNS request failed immediately.
  502.     Also fixed a bug where an invalid DNS reply may have caused a gpf.
  503. 118./dns -c now clears all queued DNS requests except the one currently
  504.     in progress.
  505. 119.Added isincs for a case-sensitive version of isin comparison.
  506. 120.Added $fline(@,wildtext,N,T) searches a window for a line matching
  507.     the wildcard text and returns the matching line number. If T is not
  508.     zero, it acts on the side-listbox.
  509. 121.The on MODE event now triggers when you make a mode change. You can
  510.     prevent it from triggering on your own mode change using the ! event
  511.     prefix as usual.
  512. 122.Fixed /echo bug, can now specify switches with a dcc chat =nickname.
  513. 123.You can now prevent the default text for an event from being shown
  514.     by using the ^ prefix in an event definition. This allows you to
  515.     show your own custom event messages, eg.
  516.  
  517.     on ^1:JOIN:#:echo $chan Joins: $nick | halt
  518.  
  519.     This line is triggered by a JOIN event and shows your own custom join
  520.     event message, /halt prevents the normal message from being shown.
  521.  
  522.     The ^ events don't replace your existing events, your normal events
  523.     are independent and are still processed whether there is a ^ event in
  524.     a script or not.
  525.  
  526.     Events that currently support ^ prefix: BAN, CHAT, DEHELP, DEOP, DEVOICE,
  527.     HELP, INVITE, JOIN, KICK, MODE, NICK, NOTICE, OP, PART, TEXT, UNBAN,
  528.     USERMODE, VOICE, QUIT, SERV, SERVERMODE, SNOTICE, TOPIC, WALLOPS.
  529.  
  530.     You can also halt the default text without halting a script by using
  531.     the /haltdef command.
  532.  
  533.     The $halted identifier returns $true if /halt or /haltdef was used in
  534.     a ^ prefixed event, and $false if it wasn't.
  535.  
  536. 124.Added $shortfn(filename), returns short version of a long filename,
  537.     only works in 32bit mIRC. In 16bit, returns same filename.
  538. 125.Can now /resetidle <seconds>.
  539. 126.Fixed bug in display of DCC transfer window.
  540. 127.Fixed bug in timezone calculation routine.
  541. 128.Fixed bug in /ignore.
  542. 129.Fixed gpf bug in on load/start events.
  543. 130.The /ignore and /auto commands now reformat the given nickname/address
  544.     to a full address spec. if it isn't one already.
  545. 131.Fixed bug when switching dedicated query window to/from desktop/mdi mode.
  546. 132.Removed minimum window size restrictions.
  547. 133.Local info is now looked up using the Server method by default.
  548. 134.Fixed bug where first item in a listbox was selected when the listbox
  549.     window was first opened.
  550. 135.Fixed $target for DCC chat/fserve windows.
  551. 136.Added Socks5 firewall support for connecting to an IRC server. mIRC
  552.     passes the domain name to the Socks5 firewall instead of trying to 
  553.     resolve it to an IP itself. mIRC still supports Socks4 however this
  554.     doesn't support authentication or domain name resolution or listening
  555.     for a connection.
  556.  
  557.     mIRC also supports an EXPERIMENTAL method for DCC Send/Chat through a
  558.     SOCKS5 firewall. This will NOT work with older versions of mIRC or
  559.     other IRC clients.
  560.  
  561.     mIRC uses a PASSIVE protocol to establish DCC connections when a client
  562.     is behind a SOCKS5 firewall. The method will work with SOCKS5 firewalls
  563.     that both:
  564.  
  565.       a) Support listening/binding to a port of Zero for an incoming
  566.          connection.
  567.       b) Assign outgoing connections an IP address that's the same as
  568.          the SOCKS firewall IP address.
  569.  
  570.  
  571.     The DCC Send/Chat CTCP messages are extended by adding an extra number
  572.     to the end of the message which uniquely identifies the negotiation,
  573.     and a port of Zero is specified to indicate that this is a passive
  574.     connection request. All other fields are identical to a standard DCC
  575.     Send/Chat message.
  576.  
  577.  
  578.     DCC Chat Passive Protocol:
  579.  
  580.     Client A, initiating the DCC Chat, sends the passive connection request
  581.     below to Client B. The port is set to zero, and the id number is a unique
  582.     integer identifying the connection:
  583.  
  584.     DCC CHAT nickname address port id
  585.  
  586.     If Client A is behind a firewall, the address is the ip address of its
  587.     SOCKS firewall.
  588.  
  589.     Client B receives the message and sets up a listening socket, and sends
  590.     the IP address and port back to Client A, specifying the id number that
  591.     identifies Client A's request:
  592.  
  593.     DCC CHAT nickname address port id
  594.  
  595.     If Client B is behind a SOCKS5 firewall, it requests a listening socket
  596.     from the SOCKS5 firewall and specifies Client A's IP address as the
  597.     binding address.
  598.  
  599.     Client A then proceeds to connect to this address to chat. If Client A
  600.     is behind a SOCKS firewall, it sends a connection request to it.
  601.  
  602.  
  603.     DCC Send Passive Protocol:
  604.  
  605.     Client A, initiating the DCC Send, sends the passive connection request
  606.     below to Client B. The port is set to zero, and the id number is a unique
  607.     integer identifying the connection:
  608.  
  609.     DCC SEND filename address port filesize id
  610.  
  611.     If Client A is behind a firewall, the address is the ip address of its
  612.     SOCKS firewall.
  613.  
  614.     Client B receives the message and sets up a listening socket, and sends
  615.     the IP address and port back to Client A, specifying the id number that
  616.     identifies Client A's request:
  617.  
  618.     DCC SEND filename address port filesize id
  619.  
  620.     If Client B is behind a SOCKS5 firewall, it requests a listening socket
  621.     from the SOCKS5 firewall and specifies Client A's IP address as the
  622.     binding address.
  623.  
  624.     Client A then proceeds to connect to this address to begin the transfer.
  625.     If Client A is behind a SOCKS firewall, it sends a connection request
  626.     to it.
  627.  
  628.     Nb. The DCC Resume and Accept protocols in mIRC are also extended by
  629.     adding the id number to the end of the CTCP message, but otherwise work
  630.     in exactly the same way.
  631.  
  632. 137.Fixed on input bug with chat/fserve windows. Can specify = for matching
  633.     chat events and ! prefix for fserve events, same as on open/close.
  634. 138.Fixed bugs in $calc() identifier.
  635. 139.Changed the way tooltips are displayed, there is now a small delay
  636.     before a tooltip appears.
  637. 140.Fixed bug in /if handling of multiple parameters, eg.:
  638.  
  639.     if (a b c == a b c) echo yes | else echo no
  640.  
  641.     This will only work if your /if is specified using () brackets around
  642.     parameters, or {} around the commands following the /if, so that the
  643.     conditional clause is fully specified.
  644.  
  645. 141.Added support for certain Efnet TS4 features.
  646.  
  647.     mIRC will now process TS4s new mode +h for helper users on a channel,
  648.     for nicknames prefixed with a %.
  649.  
  650.     Also added new script events and identifiers:
  651.  
  652.     on 1:HELP/DEHELP:#:echo I just helped/dehelped $hnick
  653.  
  654.     $hnick() and $nhnick(), same as $opnick()/etc.
  655.  
  656.     Also added a new /if comparison "ishelp".
  657.  
  658.     Extended $comchan() properties to: .op, .voice, .help
  659.  
  660. 142.Can now select the background more easily in the Colours dialog.
  661. 143.Can now specify a named address when initiating a DCC Send/Chat/Fserve
  662.     in the /dcc command or in the DCC Send/Chat dialogs.
  663. 144.Changed kick/part events routines so that the nickname that is parting
  664.     or being kicked is only removed from the channels nickname list and the
  665.     IAL *after* scripts are processed, allowing you to access these users
  666.     settings.
  667.  
  668.     You can use the /updatenl command to force the nicknames list and IAL
  669.     to update immediately during an on kick/part/quit script event.
  670. 145.Can now force a /sockread to read incoming characters into a %variable
  671.     even if the incoming line does not contain a CRLF.
  672.  
  673.     /sockread -f %var
  674.  
  675. 146.Extended $? input identifier, the dialog will expand vertically to
  676.     accomodate longer questions, and if you use $?* then text will appear
  677.     as ***** to prevent anyone seeing what you're typing.
  678.  
  679.     If you use $?! then a Yes/No dialog will appear without an editbox,
  680.     it will return $true or $false depending on whether the user clicks on
  681.     Yes or No respectively.
  682.  
  683.     You can make text appear on different lines by using $crlf identifier
  684.     to separate lines, eg.
  685.  
  686.     //echo $?="For example: $crlf $+ This is on the 2nd line."
  687.  
  688. 147.I changed the version checking method slightly to recognize NT 5.0.
  689. 148.Fixed bug with $().property processing getting confused by %variables
  690.     with . in their name.
  691. 149.Added $crlf identifer, returns CRLF characters.
  692. 150.Added $sreq and $creq identifiers, return current /sreq and /creq settings
  693.     for DCC Get/Chat respectively (return ask, auto, or ignore).
  694. 151.Fixed /drawtext command and $width() identifier so they now work with the
  695.     same measurements correctly.
  696.  
  697.     If no clipping area is specified in /drawtext, the command should only
  698.     affect the area around the text, whereas before it was affecting most
  699.     of the window.
  700.  
  701. 152.Added $height(text,font,size) returns height of text in pixels for the
  702.     specified font and fontsize.
  703. 153.Aded /timer -e switch which executes the specified timer name immediately
  704.     if it exists.
  705. 154.Fixed /copy changing filenames to lower case. This only works in the
  706.     32bit mIRC, the 16bit is still limited. The original case of the filenames
  707.     is now retained.
  708. 155.When saving the buffer of a query window, the users nickname and address
  709.     are placed at the top of the buffer, if they are available.
  710. 156.Fixed bug in Editor dialog where aliases were getting overwritten by the
  711.     variables section in certain situations.
  712. 157.You can now save a channel window position as maximized/minimized.
  713. 158.Added $os identifier, returns operating system version 95 or 3.x.
  714. 159.Fixed /sline bug changing the colour of a listbox item when all you wanted
  715.     to do was select/deselect the line without changing it's colour.
  716. 160./splay no longer halts a script if the sound can't be found or played.
  717. 161.Fixed =$nick evaluating to just $nick when used outside of a remote
  718.     event. It worked correctly in remote events though.
  719. 162.Fixed -sg switches in loadbuf/savebuf commands.
  720. 163.Fixed bug where server password was not being set correctly when retrying
  721.     a connection if it failed/you were disconnected before.
  722. 164.Fixed bug with $script/$scriptdir not evaluating properly in some cases.
  723. 165.Fixed Channel central channel key handling, correctly unsets/sets a channel
  724.     key now if you are changing an existing channel key.
  725. 166.Added a fix for undernet ircd behaviour regarding channel keys. Here is how
  726.     the new undernet ircd works now:
  727.  
  728.     If you join a channel with a key, the server will NOT send you the channel
  729.     key to display in the channel window titlebar.
  730.  
  731.     If an Op changes the channel key while you are on the channel, the server
  732.     will send you the channel key and mIRC will display it in the titlebar
  733.     even if you *aren't* an Op.
  734.  
  735.     You can only retrieve the channel key after you have become an Op on the
  736.     channel.
  737.  
  738.     If someone Ops you on a keyed channel and you don't have the channel key
  739.     yet, mIRC sends a /mode #channel to retrieve it so it can display it in
  740.     the channel window titlebar automatically.
  741.  
  742.     The undernet ircd now sends a +k without specifing the key in the above
  743.     situation, so be aware that you can now have +k but no key. You should no
  744.     longer assume that doing a /mode #channel will get you the full info on
  745.     undernet servers. mIRC will show a +k without a key in the titlebar. 
  746.  
  747.     mIRC can no longer rejoin a keyed channel automatically in the above
  748.     situation if a) you have "rejoin on kick" turned on, or b) you have
  749.     "rejoin on disconnect" turned on.
  750.  
  751. 167.Fixed bug in Installation program which was causing it to fail in
  752.     certain situations.
  753. 168.Fixed bug in INI file saving routine which was preventing INI files from
  754.     being updated properly in certain situations ie. in a network environment,
  755.     where the mIRC EXE is not in the same HD/Directory as the INI files.
  756. 169.Fixed line hilighting bug, lines were sometimes being hilighted in the
  757.     wrong situation.
  758. 170.Fixed bug in on OPEN/CLOSE events.
  759.  
  760. 04/01/98 - mIRC v5.31
  761.  
  762. Fixes/Additions:
  763. 1.Fixed Alt-Gr keyboard bug.
  764. 2.Fixed toolbar button display bug.
  765. 3.Fixed min/max/close buttons in maximized windows (?)
  766. 4.Fixed bug in random port selection routine which was resulting
  767.   in DCCs freezing if your IP address was incorrect.
  768. 5.Fixed certain keys not working if all windows in mIRC are
  769.   minimized.
  770. 6.Fixed sorting bug in sorted text @windows.
  771. 7.Fixed bug in remote identifier processing.
  772. 8.Fixed /aline/iline/etc. commands scrolling text when adding a
  773.   line when at the bottom of the text buffer.
  774. 9.Fixed wave sounds not playing for people whose computers don't
  775.   have full wave/midi support, but $inwave and the on waveend
  776.   event won't work in this case.
  777. 10.Fixed $show not being set correctly if . is used in a command
  778.    that's part of an if statement.
  779. 11.Fixed isletter.
  780. 12.Fixed $dir/$file/etc. identifiers bug when using a description
  781.    enclosed in quotes, wasn't evaluating following identifier.
  782. 13.Fixed dcc get extensions application bug under win3.x.
  783. 14.Fixed channel not being parted bug when a channel window is closed
  784.    while mIRC is iconified in the taskbar.
  785. 15.Changed Help menu display of .txt and .hlp files, they're now
  786.    separated into their own popup menus for more room, and mIRC won't
  787.    limit the number of items that are displayed.
  788. 16.Added $width(text,font,size,B,C) identifier, returns width of text
  789.    in pixels for the specified font and fontsize. If B is not zero then
  790.    text is in bold, if C is not zero then it interprets colour codes.
  791. 17.Fixed /sound display bug, was showing channel info when a channel
  792.    name wasn't specified.
  793. 18.Fixed /filter bug.
  794. 19.The Alt+1...9 key combination now minimizes a window if it is
  795.    currently the active window.
  796. 20./sockwrite now won't let you queue > 8192 bytes per socket.
  797. 21.Fixed a $+ bug when used inside [ ] brackets.
  798. 22.Added "Include nicks" option in Options/Perform dialog makes
  799.    highlight option search nicknames in a message.
  800. 23.Fixed bug in $?="...", the "..." wasn't being parsed correctly.
  801. 24.Fixed $readini bug when reading commands separated by |.
  802. 25.Can now create smaller windows eg. for picture windows.
  803. 26.Fixed buffer bug in socket handling.
  804. 27.If a user doesn't have a .wav or .mid dcc get directory association,
  805.    mIRC now sets one up so downloaded .wav and .mid files go straight
  806.    into the sounds directory so they can be used immediately with
  807.    /sound and /splay.
  808. 28.Fixed on close event bug, closing a @window was triggering an on
  809.    close:?: query event.
  810. 29.$count() now returns 0 if the second string is longer.
  811. 30.Added $bits identifier, returns 16 or 32 indicating the 16bit or
  812.    32bit version of mIRC.
  813. 31./window -a now shows a window that was hidden with /window -h.
  814. 32.Fixed $address identifier for a dcc chat in on DCC SERVER event.
  815.  
  816. 13/12/97 - mIRC v5.3
  817.  
  818. Fixes/Additions:
  819. 1.Fixed DDE bug, can now use DDE intensively in remote scripts
  820.   without problems.
  821. 2.Fixed /font bug.
  822. 3.Fixed finger tooltip.
  823. 4.Fixed multiple-line pasting and handling by a script.
  824. 5.Fixed Fserve max. downloads per user bug.
  825. 6.Fixed DCC Get directory listbox not having a scroll bar.
  826. 7.Default drag-drop settings changed from using $2 to $2- to
  827.   handle long file names.
  828. 8.URL catcher now catches @ characters in URLs as well.
  829. 9.Fixed @windows not defaulting to status window font.
  830. 10.The . prefix now makes /play quiet.
  831. 11.Fixed DCC Send dialog bug which was causing mIRC to exit for
  832.    some people (?)
  833. 12.Fixed problem with mIRC not running under non-English versions
  834.    of windows (was still having problems with certain languages).
  835. 13.Fixed tabbed dialogs display bug with large system font.
  836. 14.Can now echo to dedicated query window with /echo -d switch.
  837. 15.Fixed channel/private message text-wrapping bug.
  838. 16.Fixed /stats wrapping bug.
  839. 17.on NOSOUND is no longer tied to the "Warn if sound doesnt exist"
  840.    switch in options dialog, it triggers anyway.
  841. 18.Fixed /dline gpf bug when specifying a range of lines.
  842. 19.Added -a switch to /savebuf, appends text to end of file.
  843. 20./loadbuf now loads text faster into normal (not custom) windows.
  844. 21.Can now specify the filename for the channels list file in the
  845.    list channels dialog.
  846. 22.Fixed editbox focusing problem with when switching to/from
  847.    desktop windows.
  848. 23.[removed]
  849. 24.Highlight in Options/perform dialog now checks only the text
  850.    portion of a message and ignores the nickname.
  851. 25.Added auto-tile option.
  852. 26.Changed auto-tile/cascade/arrange method... these are now only
  853.    applied when a window is first opened, when it's closed, or when
  854.    the main mIRC window is resized.
  855. 27.Fixed notify popup menu problem when notify window first pops
  856.    up on connect.
  857. 28.Added /filter command, allows filtering of information.
  858.  
  859.    /filter [-sdfwxnp] <infile> <outfile> <matchtext>
  860.  
  861.    The infile can be a filename or a window name (custom or normal).
  862.    The outfile can be a filename or a custom window name. You should
  863.    specify the -fw switches if the names are ambiguous eg.
  864.  
  865.    /filter -ff in.txt out.txt *mirc*
  866.  
  867.    This indicates that both are filenames, and:
  868.  
  869.    /filter -wf #in.txt #out.txt *help*
  870.  
  871.    indicates that the first is actually a window name, and the
  872.    second is a filename.
  873.  
  874.    The -x switch excludes matching lines.
  875.    The -n switch prefixes lines with a line number.
  876.    The -s switch makes the status window the infile.
  877.    The -d switch makes the dedicated message window the infile.
  878.    The -p switch wraps the text output in a custom window
  879.  
  880. 29.Added on WAVEEND event, works the same as on MIDIEND. Also added
  881.    $inwave which returns $true/$false if currently playing a wave.
  882. 30.Added -qwm switches to /splay command. The -q switch allows you
  883.    to queue wav and mid sounds for playing. The -wm switches are
  884.    used in conjunction with /splay -wm stop, and allow you to specify
  885.    whether you want to stop waves, mids, or both playing.
  886. 31.The Notify list now queues sounds if several notify users have
  887.    an associated sound.
  888. 32.Fixed scrollbars bug in channel windows.
  889. 33.Fixed scrollbar display bug when changing fonts.
  890. 34.Added filename editbox to dcc send dialog.
  891. 35.Fixed /pdcc range.
  892. 36.Can now use $server(address) to look up server info, also speeded
  893.    up $server() identifier.
  894. 37.Now only uses one toolbar button for connect/disconnect.
  895. 38.If you right-click on the Setup dialog toolbar button, a popup
  896.    menu of your top 15 irc servers is displayed.
  897. 39.Fixed notify bug.
  898. 40.Added $appactive, returns $true if mIRC is the active application,
  899.    $false if it isn't.
  900. 41.$script() no longer includes variables and users.
  901. 42.Implemented new indexing method for aliases/scripts, processing
  902.    should be much faster, especially when many files are loaded.
  903. 43./remove can now handle LFNs.
  904. 44.Added "show topics in channel" switch to options dialog.
  905. 45.Added -uN switch to /set command, where N is the number of seconds
  906.    delay before the specified variable is /unset.
  907. 46./.ignore -u is now completely quiet.
  908. 47.Changed behaviour of /notify.
  909. 48.Added internal ctcp version flood protection.
  910. 49./timers can now be given names as well as numbers.
  911. 50.Actions now trigger the on QUERYOPEN event if a window isn't open,
  912.    and fixed bug relating to remote handling of invalid actions.
  913. 51.Fixed lines sometimes being highlighted incorrectly.
  914. 52.Added nick completion with TAB key in a channel window editbox.
  915.    If the editbox is empty and the TAB key is pressed it works as
  916.    before (places /msg nickname in editbox).
  917. 53.[removed]
  918. 54.Fixed font dialog bug.
  919. 55.Fixed channel nickname selection bug with popups.
  920. 56.Fixed /sline bug not working with &+ channels.
  921. 57.Added -@ switch to /close command for closing custom windows.
  922. 58.Fixed /savebuf bug when used with an empty text window.
  923. 59.Added /flash [-wb] <text> command, which flashes the mIRC icon/window
  924.    with the specific text in the titlebar, but only if mIRC is not the
  925.    active window. The -b switch makes mIRC beep every second, the -w
  926.    switch makes mIRC play the Flash sound specified in the Event Beeps
  927.    dialog.
  928.  
  929.    Also added Flash option in windows system menu for channel and
  930.    private windows.
  931. 60.The mIRC icon/window is now flashed if mIRC is not the active
  932.    window and it receives a private or channel message that triggers
  933.    the highlight option in the perform section.
  934. 61.If text specified with the /editbox command contains a linefeed
  935.    character, it is entered into the editbox and immediately processed
  936.    as if you had entered it and pressed the enter key.
  937. 62.Changed ctcp event format to:
  938.  
  939.    ctcp level:matchtext:*|#|?:commands
  940.  
  941.    This allows you to differentiate more easily between channel and
  942.    private ctcps. The old format is still handled.
  943. 63.Fixed /server remembering previous server connection info.
  944. 64.While connecting or retrying a connection, the connect/disconnect
  945.    toolbar button remains in the disconnect state.
  946. 65.Added "Highlight" and "Flash" sound settings in the Event Beeps
  947.    dialog. These allow you to specify the sounds that will be played
  948.    for the highlight/flash options in the Perform dialog.
  949. 66.Added .path property to $send() and $get() for a file's directory
  950.    path.
  951. 67.Implemented new indexing method for variables.
  952. 68.Added quick colour index dialog that pops up when Control-K is
  953.    pressed, can be turned on/off in Options/Extras dialog.
  954. 69.Changed $pos() to include start search from Nth character. The
  955.    old format is still handled.
  956.  
  957.    $pos(string, substring, N)
  958.  
  959.    If N is zero $pos() will return the number of times substring
  960.    appears in string.
  961.  
  962. 70.Now using one routine for reporting the most common errors, and
  963.    the majority of commands now report a filename and line number
  964.    for an error.
  965. 71.Added properties to $notify() .note, .sound, .whois, and can now
  966.    specify either a number or a nickname parameter.
  967. 72.Added /rename <filename> <newfilename> command. Can also be used
  968.    to move files from one directory to another.
  969. 73.Added -b switch to /font command to specify a bold font.
  970. 74.Added -p switch to /aline, /iline, and /loadbuf, forces lines of
  971.    text to wrap when added to a custom window.
  972. 75.Added /linesep [-s|window] command to print line separator.
  973. 76.Added /copy <filename> <filename> command. You can use wildcards
  974.    for the source, and a directory name for the destination.
  975. 77.Added $show identifier, returns $false if a command/alias is
  976.    prefixed with a . to make it quiet, otherwise returns $true.
  977. 78.Added "try next server in group" switch in Setup/options dialog,
  978.    works in conjunction with the retry option.
  979. 79.Added on DCCSERVER event, triggers on a DCC Server connection,
  980.    and allows you to /halt the connection.
  981.  
  982.    on 1:DCCSERVER:Chat|Send|Fserve:echo $nick $address $filename
  983.  
  984. 80.Removed support for /msg #@channel for Undernet servers.
  985. 81.Can now use === comparison in if statement for case sensitive
  986.    comparisons.
  987. 82.Added -f switch to /log command, allows you to specify a filename.
  988.    
  989.    /log <on|off> <window> [-f filename]
  990.  
  991. 83.Added -l switch to alias prefix in scripts, makes an alias in a
  992.    remote script local to the script, so it can only be called by
  993.    events from within that script. It is invisible to all other
  994.    aliases, scripts, and the command line.
  995.  
  996.    alias [-l] aliasname { commands }
  997.  
  998. 84.Fixed dclick bug with text/listbox windows.
  999. 85.Fixed bug with menubar definitions in scripts not appearing in
  1000.    menubar if there isn't a Popup for the menubar defined in the
  1001.    Popups dialog.
  1002. 86.Fixed bug in url/email catcher, url catcher now also ignores
  1003.    addresses that are too short.
  1004. 87.Added "copy all" button to /uwho dialog.
  1005. 88.Added $sdir identifier, pops up a directory selection dialog.
  1006. 89.Can now specify the range of port numbers used by DCC in the
  1007.    DCC Options dialog.
  1008. 90.Extended "!nick filename" feature so that it supports .mp3 files.
  1009.    (note: mIRC can't play .mp3 files itself).
  1010. 91.Added $colour(name) identifier, returns colour index N of the
  1011.    specified custom colour. You can use the name of the custom colour
  1012.    eg. $colour(action text). If you don't specify the full name the
  1013.    first partial match is returned eg. $colour(action)
  1014. 92.Modified line-handling commands/identifiers to treat wrapped lines
  1015.    as a single line.
  1016. 93.Changed /dns queuing method so that it only attempts to resolve
  1017.    an address once a previous one has finished resolving, and fixed
  1018.    a bug when trying to use /dns from within an on dns event.
  1019. 94.Added -inx switches to /join, -i joins the last channel to which
  1020.    you were invited. The -n switch minimizes, and -x maximizes, the
  1021.    channel window when you join it.
  1022. 95.[removed]
  1023. 96.Fixed popups display bug when using certain combinations of
  1024.    submenu definitions.
  1025. 97.Extended dclick prefix in script menus so that it can handle
  1026.    multiple lines etc.
  1027. 98.Added -uN switch to /inc and /dec, this increases/decreases the
  1028.    specified variable by 1 (and only one) every second, for N seconds,
  1029.    and then unsets the variable.
  1030. 100./write, /writeini, /remini, $read, and $readini now handle long
  1031.     filenames enclosed in quotes.
  1032. 101.Added binary variable/file commands.
  1033.  
  1034.     /bread <filename> <bytepos> <numbytes> <&binvar>
  1035.     /bwrite <filename> <bytepos> [numbytes] <text|%var|&binvar>
  1036.  
  1037.     $bvar(&binvar,N)
  1038.  
  1039.     If N is 0, returns the length of the binary variable, otherwise
  1040.     returns the ascii number of the Nth character.
  1041.  
  1042.     /bset <&binvar> <bytepos> <asciivalue>
  1043.  
  1044.     If you try to /bset a variable that doesnt exist, it is created
  1045.     and zero filled up to <bytepos>. If &binvar exists and you specify
  1046.     <bytepos> beyond it's current size, it is extended to <bytepos>
  1047.     bytes.
  1048.  
  1049.     Note:
  1050.     1.If a bytepos of -1 is used with /bwrite, the info is appended
  1051.       to the end of the file.
  1052.     2.&binary variables can ONLY be accessed by certain commands
  1053.       (only bread and bwrite for now) so they can't be printed or
  1054.       assigned or edited.
  1055.     3.&binary variables are temporary - they are destroyed when a
  1056.       script finishes processing.
  1057.     4.Max numbytes is 4096.
  1058.  
  1059. 102.Added -eiN switches to /echo command. The e switch encloses the
  1060.     printed text in line separators. The -iN switch indents the
  1061.     wrapped line by N characters.
  1062. 104.$strip() now also removes leading spaces.
  1063. 105.Fixed /if bug.
  1064. 106.Added -m switch to /timer command, uses a millisecond timer.
  1065.     Note: millisecond timers can slow mIRC down significantly because
  1066.     each timer can trigger many times per second and is processed
  1067.     individually, whereas non-millisecond timers are only processed
  1068.     once per second in one batch.
  1069. 107.Added support for raw socket connections.
  1070.  
  1071.     $sock(name,N).name,.port,.ip,.status,.sent,.rcvd,.sq,.rq,.ls,.lr,.mark
  1072.  
  1073.       .name is the name you give to a connection to identify it.
  1074.       .sent and .rcvd return the number of bytes sent and rcvd
  1075.        over that connection so far.
  1076.       .sq and .rq return the number of bytes queued in the send
  1077.        and receive buffers respectively (see below for more info).
  1078.       .ls and .lr return the number of seconds since the connection
  1079.        last sent and last received info.
  1080.       .mark is a user storage area max. 512 bytes (see /sockmark)
  1081.  
  1082.        Note: you can use a wildcard name to quickly reference only
  1083.        matching entries. The N parameter is optional, if it isn't
  1084.        specified it is assumed to be 1.
  1085.  
  1086.     $sockname
  1087.  
  1088.       $sockname is the name given to a connection to identify
  1089.       it. This identifier can be used in events to know which
  1090.       connection an event is related to.
  1091.  
  1092.     $sockerr
  1093.  
  1094.       $sockerr is set to a value after each socket command/event
  1095.       and *must* be checked after each socket command and before
  1096.       processing an event to see if an error occurred.
  1097.  
  1098.     $sockbr
  1099.  
  1100.       $sockbr is set to the number of bytes read by a /sockread
  1101.       command. It is used to test whether any information was
  1102.       in fact read from the buffer (see below for more info).
  1103.  
  1104.     $portfree(N)
  1105.  
  1106.       returns $true if the specified port number is not in use,
  1107.       otherwise returns $false.
  1108.  
  1109.     /socklisten <name> [port]
  1110.  
  1111.       The /socklisten command listens on the specified port for
  1112.       connections to that port. If a port isn't specified, the
  1113.       port is selected randomly from the range specified in the
  1114.       DCC Options dcc ports section.
  1115.  
  1116.     on 1:socklisten:name:commands
  1117.  
  1118.       The socklisten event is triggered when someone tries to
  1119.       connect to a port that you are listening on. If you want to
  1120.       accept the connection you *must* do it in this event using
  1121.       the /sockaccept command, otherwise the connection is closed.
  1122.  
  1123.     /sockaccept <name>
  1124.  
  1125.       The /sockaccept command accepts the current connection to your
  1126.       listening port and assigns it a name to identify it.
  1127.  
  1128.     /sockrename <name> <newname>
  1129.  
  1130.       The /sockrename command assigns a new name to an existing
  1131.       connection.
  1132.  
  1133.     /sockopen   <name> <address> <port>
  1134.  
  1135.       The /sockopen commands initiates a connection to the specified
  1136.       address and port. You can specify either an ip address or a 
  1137.       named address (which will be resolved to an ip address).
  1138.  
  1139.     on 1:sockopen:name:commands
  1140.  
  1141.       The sockopen event is triggered when a /sockopen command is
  1142.       successful and a connection has been made.
  1143.  
  1144.     /sockclose  <name>
  1145.  
  1146.       The /sockclose command closes the connection with the specified
  1147.       name. If you specify a wildcard name, all connections that match
  1148.       the wildcard are closed.
  1149.  
  1150.     on 1:sockclose:name:commands
  1151.  
  1152.       The sockclose event is triggered when a connection is closed
  1153.       by the remote connection (not you).
  1154.  
  1155.     /sockwrite [-tn] <name> <text|%var|&binvar>
  1156.  
  1157.       The /sockwrite command queues info to be sent on the specified
  1158.       connection. mIRC will then try to send that info as quickly as
  1159.       it can. Once it has finished sending the info, it triggers the
  1160.       on sockwrite event so you can send more info if you need to.
  1161.  
  1162.       If you specify the -t switch, it forces mIRC to send anything
  1163.       beginning with a & as normal text instead of interpreting it
  1164.       as a binary variable. The -n switch appends a CRLF to the line
  1165.       being sent if it's not a &binvar and if it doesn't already have
  1166.       a CRLF.
  1167.  
  1168.       Note: you can use a wildcard name to send the same information
  1169.       at once to all connections that match the wildcard.
  1170.  
  1171.     on 1:sockwrite:name:commands
  1172.  
  1173.       The sockwrite event is triggered when mIRC has finished sending
  1174.       all of the info which you previously queued for sending.
  1175.  
  1176.       Note: if you try to /sockwrite while there is still info
  1177.       queued in the send buffer, your new info will just be added
  1178.       to the end of the queue. You can find out how much info is
  1179.       currently queued by using $sock().sq (send queue).
  1180.  
  1181.     on 1:sockread:name:commands
  1182.  
  1183.       The sockread event is triggered when there is info waiting to
  1184.       be read on the specified connection. You can read this info
  1185.       using the /sockread command.
  1186.  
  1187.       Note: If this event triggers but no /sockread is performed
  1188.       to attempt to read the buffer, it is assumed that no script
  1189.       exists that is handling this buffer, so it is cleared and the
  1190.       info it contained is lost.
  1191.  
  1192.     /sockread [numbytes] <%var|&binvar>
  1193.  
  1194.       The /sockread command reads bytes from the receive buffer into
  1195.       the specified variable.
  1196.  
  1197.       If you specify a %var variable, a line of text ending with a
  1198.       Carriage Return/LineFeed is read into %var. The CRLF are
  1199.       stripped off (this may result in %var being $null if the line
  1200.       only consisted of CRLF).
  1201.  
  1202.       If you specify a &binvar then [numbytes] of info is read into
  1203.       the binary variable. If no [numbytes] is specified it defaults
  1204.       to 4096 bytes.
  1205.  
  1206.       Note: a single /sockread may not be enough to read the entire
  1207.       buffer. You should keep reading until $sockbr (bytes read) is
  1208.       set to zero. This is far faster than letting mIRC re-trigger
  1209.       the event. If your script doesn't read the whole buffer, the
  1210.       on sockread event is re-triggered if:
  1211.         a) you were reading into a &binvar.
  1212.         b) you were reading into a %var and there is still a CRLF
  1213.            terminated line in the buffer waiting to be read.
  1214.  
  1215.     /sockmark <name> [text]
  1216.  
  1217.       The /sockmark command fills the .mark attribute of a socket with
  1218.       the specified info for later reference via the $sock().mark
  1219.       property. If you do not specify any text, the mark is cleared.
  1220.  
  1221.       Note: you can use a wildcard name to set the same information
  1222.       at once for all connections that match the wildcard.
  1223.  
  1224. 108.Changed handling of filenames that don't have a fully specified
  1225.     path. If a filename has a directory specified with no drive, it is
  1226.     assumed to be in a subdir of the mIRC directory. If it has no drive
  1227.     or directory, it is assumed to be in the mIRC directory.
  1228. 109.Fixed /cd into a filename in fileserver.
  1229. 110.Implemented new indexing method for IAL.
  1230. 111.Added $ial identifier, returns $true/$false if ial is on/off.
  1231. 112.Added two new tokens:
  1232.  
  1233.       $deltok(text,N,C)        deletes Nth token
  1234.       $puttok(text,token,N,C)  overwrites Nth token
  1235.  
  1236.     Extended $find/rem/reptok() so you can specify the Nth matching
  1237.     token. The old formats are still handled.
  1238.  
  1239.       $findtok(text,token,N,C)     finds Nth matching token
  1240.       $remtok(text,token,N,C)      deletes Nth matching token
  1241.       $reptok(text,token,new,N,C)  overwrites Nth matching token
  1242.  
  1243. 113.Fixed Mdi/Desktop options bug.
  1244. 114.The # character is now equivalent to $chan in remote events.
  1245. 115./ulist now displays results in current window.
  1246. 116.Specifying zero for the N parameter in $mid(text,S,N) now returns
  1247.     the number of characters from S to the end of the line.
  1248. 117.Extended the /window command with the following switches:
  1249.  
  1250.     /window [-abcdefhl[N]norsx] [-tN,..,N] [+bfmnstx] etc...
  1251.  
  1252.     -f   indicates that [w h] width and height is the required size
  1253.          of the text/graphic display area instead of the window size.
  1254.  
  1255.     -h   hides the custom window (only appears in Windows list).
  1256.  
  1257.     -lN  specifying a number after the l listbox switch now creates
  1258.          a custom window with a listbox N characters wide on the
  1259.          side (like a channel window).
  1260.  
  1261.          Note: The -l switch can be used in custom window related
  1262.          commands eg. aline, to reference this listbox.
  1263.  
  1264.          You can use $line(@name,N,T) where T is 0 if you are referring
  1265.          to the text display or 1 if you are referring to the listbox.
  1266.          The old format $line(@name,N) is still supported.
  1267.  
  1268.     [-tN,..,N] specify tabstops (in characters) for a listbox window. If
  1269.     you add text which contains tabs to the listbox, the text is aligned
  1270.     according to these tabstops.
  1271.  
  1272.     [+bfnstx] modifify the window appearance.
  1273.  
  1274.          b = border
  1275.          f = dialog frame
  1276.          n = minimize box
  1277.          s = sizable
  1278.          t = titlebar
  1279.          x = maximize box
  1280.  
  1281. 118.Added /resetidle command to reset $idle timer to 0.
  1282. 119.on INPUT event can now use wildcard text for window name.
  1283. 120.Added Close Window Alt+Z menu item to Window menu.
  1284. 121.Added new on OPEN/CLOSE event which triggers when a window is opened
  1285.     or closed. The behaviour of this event is slightly different depending
  1286.     on the type of window.
  1287.  
  1288.     on 1:OPEN:?|@|=|!|*:echo opened $target
  1289.     on 1:CLOSE:?|@|=|!|*:echo closed $target
  1290.  
  1291.     Channels:    are not handled by these events, they are handled by
  1292.                  the on JOIN/PART events.
  1293.  
  1294.     Queries:     on OPEN triggers if an incoming message is about to
  1295.                  open a new query window.
  1296.                  on CLOSE triggers if you close a query window.
  1297.  
  1298.     Chat/Fserve: on OPEN triggers when a connection is made.
  1299.                  on CLOSE triggers when a connection is closed.
  1300.  
  1301.     Custom:      on OPEN never triggers since you manually open a
  1302.                  /window anyway.
  1303.                  on CLOSE triggers if you close a custom window.
  1304.  
  1305.     Note: on CHATOPEN/CHATCLOSE/QUERYOPEN/QUERYCLOSE/SERVOPEN/SERVCLOSE
  1306.           events are now obsolete, if you load a script that uses them
  1307.           mIRC will (try to) translate them into the new format.
  1308. 122.Added -h switch to /echo command which forces text to hard wrap.
  1309. 123.Specifying line 0 with $read eg. $read -l0, now returns the value of
  1310.     the first line if it is a number.
  1311. 124.Fixed remote identifiers not evaluating inside custom identifiers.
  1312. 125.Added faster indexing for menu {} definitions in scripts.
  1313. 126.The Text editor now warns you if it was unable to display the
  1314.     whole of a file in the editbox.
  1315. 127.Added -p switch to the /window command, opens a new type of custom
  1316.     window for displaying pictures/graphics/text/etc. See below for the
  1317.     commands/identifiers available for use with this window.
  1318.  
  1319.     /drawdot -ihnr @ <colour> <size> <x y> [<x y>...]
  1320.  
  1321.       Draws a dot in the specified colour and size at the specified
  1322.       x,y co-ordinates (multiple co-ordinates can be provided).
  1323.  
  1324.       The -i switch draws in inverse mode.
  1325.  
  1326.       The -h switch highlights the windows icon if it's minimized.
  1327.  
  1328.       The -n switch prevents the display from being updated immediately.
  1329.       You can specify any of the /draw commands with only a window name
  1330.       to update the display (allows you to make changes in the background
  1331.       and then display the result when you're finished).
  1332.  
  1333.       The -r switch indicates that the colour is in RGB format. You can
  1334.       use $rgb(N,N,N) to create an RGB value.
  1335.  
  1336.       You can clear the whole window with /clear @windowname.
  1337.  
  1338.     /drawline -inr @ <colour> <size> <x y> <x y> [<x y>...]
  1339.  
  1340.       This draws a line from the first <x y> co-ordinate to the second,
  1341.       if more co-ordinates are specified, the line is continued.
  1342.  
  1343.     /drawrect -ihnrfec @ <colour> <size> <x y w h> [<x y w h>...]
  1344.  
  1345.       This draws a rectangle of at the specified co-ordinates of the
  1346.       specified width and height. If more co-ordinates are specified
  1347.       these are also drawn as separate rectangles.
  1348.  
  1349.       The -f switch fills the rectangle with the current colour.
  1350.  
  1351.       The -e switch draws an Ellipse instead of a rectangle.
  1352.  
  1353.       The -c switch draws a focus rectangle.
  1354.  
  1355.     /drawfill -ihnrs @ <colour> <colour> <x y> [filename] [<x y>...]
  1356.  
  1357.       This fills an area with the specified colour starting at the
  1358.       specified co-ordinates.
  1359.  
  1360.       If the -s switch is specified, this means that the second colour
  1361.       parameter is the colour that should be filled. If no -s is
  1362.       specified, the second colour is the border colour at which filling
  1363.       should stop.
  1364.  
  1365.       The optional [filename] specifies a bitmap .BMP file that is
  1366.       8 by 8 pixels in size and is used as a fill pattern.
  1367.  
  1368.     /drawtext -hnrpboc @ <colour> [colour] [fontname fontsize] <x y [w h]> <text>
  1369.  
  1370.       This draws text at the specified co-ordinates.
  1371.  
  1372.       The -p switch processes and interprets colour/bold/etc. codes in
  1373.       the text.
  1374.  
  1375.       The -b switch indicates that you have specified a second colour
  1376.       as the background colour for the text.
  1377.  
  1378.       The -o switch means the specified font should be in bold.
  1379.  
  1380.       The -c switch means that you have specified the [w h] values as
  1381.       the rectangle in which text should be printed. Text will be
  1382.       clipped if it extends beyond this rectangle.
  1383.  
  1384.     /drawscroll -hn @ <x> <y> <x y w h> [<x> <y> <x y w h>...]
  1385.  
  1386.       This scrolls the region inside the specified rectangle. The first
  1387.       <x> and <y> parameters represent the distance to scroll and can
  1388.       be positive or negative.
  1389.  
  1390.     /drawcopy -ihnt @ [colour] <x y w h> @ <x y [w h]>
  1391.  
  1392.       This copies part of a picture to a different position in the
  1393.       same window or to another window. If the second [w h] parameters
  1394.       are specified, the picture is stretched/squeezed to fit.
  1395.  
  1396.       The -t switch indicates that you have specified a [colour] RGB
  1397.       value as a transparent colour in the source bitmap.
  1398.  
  1399.     /drawpic -ihntsc @ [colour] <x y [w h]> [x y w h] <filename>
  1400.  
  1401.       This loads and draws a Bitmap .BMP picture at the specified
  1402.       co-ordinates. If the first [w h] are specified, it is stretched
  1403.       or squeezed to fit. The second [x y w h] rectangle specifies
  1404.       which portion of the loaded bitmap should be displayed ie. a
  1405.       bitmap could contain multiple pictures.
  1406.  
  1407.       The -t switch indicates that you have specified a [colour] RGB
  1408.       value as a transparent colour in the specified bitmap.
  1409.  
  1410.       The -s switch indicates that you have specified the first [w h]
  1411.       parameters (as explained above) to squeeze/stretch the bitmap.
  1412.  
  1413.       The -c switch indicates that the bitmap should be CACHED. This
  1414.       greatly speeds up subsequent references to this bitmap. If you
  1415.       specify -c and the bitmap is already in the cache, it is loaded
  1416.       and used from the cache, otherwise it is reloaded from the file.
  1417.       You can clear the entire cache with /drawpic -c.
  1418.  
  1419.       If you try to load and cache a bitmap and there are already 30
  1420.       bitmaps in the cache, the bitmap with the lowest reference count
  1421.       is freed and replaced by the new bitmap.
  1422.  
  1423.       If you try to load a bitmap and there isn't enough memory, mIRC
  1424.       repeatedly frees the least referenced bitmap and tries to load
  1425.       again.
  1426.  
  1427.     $pic(filename).size,width,height
  1428.  
  1429.       This returns the size, width, and height of a bitmap file.
  1430.  
  1431.     menu @ {
  1432.       mouse:/echo mouse moved at $mouse.x $mouse.y
  1433.       sclick:/echo single click at $mouse.x $mouse.y
  1434.       dclick:/echo double click at $mouse.x $mouse.y
  1435.       drop:/echo drag and drop at $mouse.x $mouse.y
  1436.     }
  1437.  
  1438.       The mouse event is triggered when you move a mouse inside a
  1439.       picture window. You can use the $mouse identifier (below) for
  1440.       the x and y position of the mouse.
  1441.  
  1442.       The sclick event is triggered when you click inside a picture
  1443.       window. It will trigger even if you double-click. The dclick
  1444.       event is triggered when you double-click inside a picture window.
  1445.  
  1446.     $mouse.x,.y,.key
  1447.  
  1448.       The $mouse identifier can be used in the mouse/click events.
  1449.       For $mouse.key you can use the & bitwise operator to check if
  1450.       the left button, shift key, and/or control key are pressed.
  1451.  
  1452.       eg. if ($mouse.key & 1) echo left button is pressed 
  1453.  
  1454.     $click(@,N).x,.y
  1455.  
  1456.       This stores a history of x,y clicks for a window. You can use
  1457.       /clear -c @ to clear the history of clicks for a window. If you
  1458.       use $click() with no properties it returns x y.
  1459.  
  1460.     $inrect(x,y,x,y,w,h)
  1461.  
  1462.       This returns $true if the point x y is in the specified rectangle,
  1463.       and $false if it isn't.
  1464.  
  1465.     $rgb(N,N,N)
  1466.  
  1467.       This returns an RGB value for use in the above commands. If you
  1468.       use only ONE parameter, it assumes it is an actual RGB value and
  1469.       returns N,N,N.
  1470.  
  1471.     $getdot(@,x,y)
  1472.  
  1473.       This returns the RGB value of the pixel at the specified position.
  1474.  
  1475. 128.Added Control-F Find text search dialog for use in text windows.
  1476. 129.Fixed /ignore -p ignoring a users actions to a channel instead of
  1477.     only in private messages.
  1478. 130.Fixed channel listbox selection bug, was leading to items in listbox
  1479.     being selected spuriously in certain situations.
  1480. 131.Added identifiers $sin(N), $asin(N), $cos(N), $acos(N), $tan(N),
  1481.     $atan(N), where N is in radians, $log(N), $sqrt(N).
  1482. 132.The channel name is now displayed in a CTCP if you received it via
  1483.     a channel message.
  1484. 133.Fixed Bold/underline/etc. bug in text display.
  1485. 134.Keyboard messages are now processed correctly for desktop windows.
  1486. 135.Fixed bug relating to messages being incorrectly highlighted.
  1487. 136.Added properties to $window(N/@) identifier, now includes:
  1488.  
  1489.     $window().x,y,w,h,dw,dh,bw,bh,mdi,title,state
  1490.  
  1491.     x,y    the left and top corner position
  1492.     w,h    the width and height of the window
  1493.     dw,dh  the width and height of the text/graphic display area.
  1494.     bw,bh  the width and height of the bitmap for a bitmap window
  1495.            this may not be the same size as the display area.
  1496.     mdi    $true if window is mdi, otherwise $false
  1497.     title  the text in the titlebar
  1498.     state  minimized/maximized/normal/hidden
  1499.  
  1500.     If you specify -1 as the window name, w and h will return
  1501.     the width and height of the screen.
  1502. 137.Fixed floating point number checking routine, was treating a
  1503.     single . as the value zero.
  1504. 138.Fixed conflicting shortcut keys in several dialogs.
  1505. 139.Added Minimize to Tray option in Extras dialog. This option is
  1506.     only available under win95 with the 32bit mIRC.
  1507.  
  1508.     If the option is unchecked, you can force mIRC to minimize to
  1509.     the tray by holding down the SHIFT key when you minimize mIRC.
  1510.  
  1511.     If the flash option is triggered, the icon flashes.
  1512.  
  1513.     If you right-click on the icon a popup menu with your current
  1514.     queries/channels appears, those that have a checkmark next to
  1515.     them have had their icons highlighted due to incoming messages.
  1516.     You can click a menu item to open the window.
  1517.  
  1518.     If you hold down the SHIFT key when you quit mIRC, the next time
  1519.     you run it, it will be minimized.
  1520.  
  1521. 140.Added $portfree(N) identifier, returns $true if the specified
  1522.     port number is not in use, otherwise returns $false.
  1523. 141./splay and notify can now handle LFN sounds.
  1524. 142.If you hold down the Control key when clicking on a windows tab
  1525.     in the switchbar, the window is minimized.
  1526. 143.Extended $maddress() so you can specify the Nth matching address,
  1527.     eg. $maddress(address,N). The old format is still handled.
  1528. 144.Fixed identd bug which was disabling identd in certain situations.
  1529. 145.If your directories for DCC Get, Logs or Sounds are the main mIRC
  1530.     directory, mIRC creates a download directory for dcc gets, and asks
  1531.     if you want a Logs/Sounds directory created for you. Existing .log
  1532.     or .wav and .mid files are moved from the main directory into their
  1533.     respective directories.
  1534. 146.Leading spaces are now stripped from a $read line.
  1535. 147.Added support for DALnets /nick <nickname> [password] command.
  1536. 148.Can now hold down Alt-Key while pressing enter in a multi-line
  1537.     editbox to enter separate lines.
  1538. 149.If you use /load to load a file that is already loaded, its
  1539.     contents are updated and its position in the processing order
  1540.     is maintained.
  1541. 150.Added /mkdir <dirname> and /rmdir <dirname> commands.
  1542. 151.Fixed bug in Identd, Finger, and DCC Servers which was causing
  1543.     them to miss incoming connections if many came in quickly at
  1544.     the same time.
  1545. 152.Lines in the channels list are now stripped of control codes
  1546.     before being scanned for the match text.
  1547. 153.Fixed file creation routines not setting the correct read/write
  1548.     file attributes in certain cases.
  1549. 154.If you /server <group> and the group doesn't exist, mIRC assumes
  1550.     it's an address without a domain and tries to connect to it.
  1551. 155.Fixed out of bounds number processing gpf bug, out of bounds
  1552.     error calculations now return $null.
  1553. 156.Fixed drag-drop bug.
  1554. 157.It is no longer possible to alias the /unload command.
  1555. 158.Can now press Alt+1...9 key combination to switch to the Nth
  1556.     window in the Window list. eg. Alt+1 is the status window. You
  1557.     can also use Alt+0 to switch to the main mIRC window from an
  1558.     mIRC desktop window.
  1559. 159.Fixed toolbar bug which was preventing keypresses from being
  1560.     processed when the tooltip was displayed.
  1561.  
  1562. 11/09/97 - mIRC v5.11
  1563.  
  1564. Fixes/Additions:
  1565. 1.Fixed problem with mIRC not running under non-English versions
  1566.   of windows (main reason for this bugfix release).
  1567. 2.Fixed version info in version tab in explorer.
  1568. 3.Removed support for IRCNets numeric 005 B:lines for this version.
  1569. 4.Now handles /privmsg with : prefixing the message.
  1570. 5.Fixed mIRC not evaluating certain identifiers if they were
  1571.   capitalized.
  1572. 6.Fixed $file/$hfile/etc. not using the specified directory.
  1573. 7.Fixed DCC Server socket not being closed properly on exit.
  1574. 8.Added $highlight identifier returns text in highlight editbox
  1575.   in options dialog.
  1576. 9.Fixed -h icon hilight bug for /aline etc. commands.
  1577. 10.Fixed /cline bug (?)
  1578. 11.Fixed default listbox text colour not being updated after
  1579.    changing it in colour dialog.
  1580. 12.When copying a URL to the clipboard from the URL popup menu,
  1581.    the cr/lf characters is not added if you're only copying a
  1582.    single URL.
  1583. 13.Fixed Alt+F4 appearing in minimized windows instead of Ctrl+F4.
  1584. 14.Fixed /describe =nick bug.
  1585. 15.Fixed $round().
  1586. 16.Fixed server connection retry when a connection fails.
  1587. 17.Fixed /remove bug.
  1588. 18.Fixed small finger server $ bug.
  1589. 19.Fixed toggling mdi/desktop status of window when it is minimized.
  1590. 20.Fixed $server in on disconnect event.
  1591. 21.Fixed Identd UserId being used instead of Email UserId when
  1592.    registering with IRC server.
  1593. 22.Fixed /unloading alias/script files bug, files are now saved if
  1594.    they have been changed before unloading.
  1595. 23.Changed server lookup method in local info dialog back to old
  1596.    method, the named address is resolved using /dns to look up the
  1597.    ip address.
  1598. 24.Fixed font bug in text display routines for windows/listboxes.
  1599. 25.Fixed bug when switching between multi/single-line editbox.
  1600. 26.Fixed shift-Dragdrop settings not being saved.
  1601. 27.Fixed offline dcc chat window closing even if "close window on
  1602.    dcc completion" option is not turned on.
  1603. 28.Fixed text-wrapping when displaying certain numeric events.
  1604.  
  1605. 28/08/97 - mIRC v5.1
  1606.  
  1607. Fixes/Additions:
  1608. 1.Fixed actions display bug.
  1609. 2.Fixed empty first line in alias halting script.
  1610. 3.Fixed small bug in !nick file.
  1611. 4.Fixed on DNS being triggered when events are turned off.
  1612. 5.Fixed remembering window position/size bug.
  1613. 6.Can now use {} in single-line definitions in popups, they are
  1614.   ignored by the {} parser.
  1615. 7.Fixed !nick file not working in dcc chats.
  1616. 8.Fixed sound requests bug, sound request filenames which contain
  1617.   a drive or directory specifier caused problems.
  1618. 9.Fixed line-wrap bug in minimized @custom window.
  1619. 10.The /part command sends a /part to the server as usual but now it
  1620.    also closes the specified channel window immediately.
  1621. 11.Fixed $inmidi returning true/false instead of $true/$false.
  1622. 12.Fixed Help menu bug, wasn't acknowledging selection sometimes.
  1623. 13.Fixed small bug in on NOSOUND event.
  1624. 14.Fixed /whois on a notify nick with an address specified.
  1625. 15.Fixed editbox losing focus when dragdropping a file on a window.
  1626. 16.Now allows you to clear a users notify sound setting and the
  1627.    dcc get directory application setting by clicking it's button.
  1628. 17.Now allows you to use /ban with an address, if you specify a wild
  1629.    card address, it is used as is. If you specify a full address, the
  1630.    address mask is applied to it.
  1631. 18.on SERVCLOSE now also triggers on a fileserver time-out, and both
  1632.    on SERVCLOSE and on CHATCLOSE trigger when you close a window
  1633.    manually.
  1634. 19.Fileserver allows cd into an LFN directory.
  1635. 20.Added $getdir(*.ext) returns download directory for filetype.
  1636. 21.Can now use /titlebar @window to change topic of custom window.
  1637. 22./run command no longer changes specified line to lower case.
  1638. 23.You can now specify a window name for the on INPUT event by
  1639.    using the format on 1:input:*/#/?/@:/commands.
  1640. 24.Added $alias(N/filename) and $script(N/filename) identifiers.
  1641. 25.On connecting, if mIRC doesn't receive a 375 (RPL_MOTDSTART)
  1642.    before recieving 372's (RPL_MOTD), it shows the 372's.
  1643. 26.Server IP Address lookup method is now different, it gets the IP
  1644.    address from the actual connection so it doesnt have to look it
  1645.    up, and after connecting it looks up the named address with a
  1646.    /userhost. For new IRCnet servers, mIRC uses the address in the
  1647.    numeric 001 when first connecting instead of /userhost.
  1648. 27.Fixed notify bug (?) previous method was causing problems, so have
  1649.    reverted to sending all notify lines immediately.
  1650. 28.Improved tabbed dialogs display, there should no longer be any
  1651.    flickering in the display.
  1652. 29.Modified some icons, also added an mIRC scripts icon.
  1653. 30.Fixed !nick filename bug which wouldn't work if a user specified a
  1654.    message after the filename.
  1655. 31.Added internal version info to exe.
  1656. 32.Changed display method of icons in switchbar buttons.
  1657. 33.Fixed com1, com2, etc. device bug (?)
  1658. 34.Added copy option to URL list popup menu.
  1659. 35.Send To option in URL list popup menu now doesn't send description
  1660.    of address if it's the same as the address.
  1661. 36.Added support for /locops.
  1662. 37.Fixed old parsing bug relating to positioning of : character, affects
  1663.    general server commands such as /wallops, /globops, /away, /stats,
  1664.    /who, /userhost, etc.
  1665. 38.Can now specify -n with /run to minimize a window.
  1666. 39.Added "All" button in replace text dialog.
  1667. 40.Can now specify a @window name in $findfile() as the Nth parameter
  1668.    and it will output list of matching files to @window if it exists.
  1669. 41.Fixed /fingering an IP address.
  1670. 42./.dns now hides output of dns results.
  1671. 43.Fixed bug in switchbar display when showing/minimizing windows.
  1672. 44.When the switchbar is turned on, minimizing URL and Notify windows
  1673.    is now the same as closing them.
  1674. 45.URL Catcher now catches email addresses.
  1675. 46.Improved method for closing down a connection, should prevent the
  1676.    problems with the computer hanging when disconnecting from a server.
  1677. 47.Added $window().titlebar property identifier.
  1678. 48.Improved memory usage of /dns, socks host, and finger routines.
  1679. 49.$address identifier can now be used to refer to the address in the
  1680.    titlebar of a query window.
  1681. 50.Added -a switch to /write command which appends the text to the
  1682.    specified line.
  1683. 51.Added /clipboard <text> command, copies text to the clipboard.
  1684. 52.Major decrease in DCC Send/Get memory usage. Also the /pdcc method
  1685.    has changed, should be faster now.
  1686. 53.Fixed logging switch in window system menu when changing to/from
  1687.    desktop/mdi window mode.
  1688. 54.Text @windows no longer wrap text.
  1689. 55.Can now /loadbuf a window's log file into its window.
  1690. 56.Added $query(nick).address which refers to the address in the query
  1691.    window titlebar. Note: this address could be incorrect and is not
  1692.    available until after you receive a message from the user.
  1693. 57.Fixed popup menu bug which was resulting in processing of lines
  1694.    following the end of a definition.
  1695. 58.If no dclick item is specified in a menu script, mIRC uses the
  1696.    /command definition of a @window for the double-click.
  1697. 59.Fixed /help passing parameters.
  1698. 60.Fixed on dns ip address bug.
  1699. 61.Added $ltimer identifier, returns number of last started timer.
  1700. 62.Added $email identifier, returns email address in setup dialog.
  1701. 63.Fixed any ctcpreply beginning with "PING" being interpreted as
  1702.    a ping reply.
  1703. 64.Added (v1 isletter v2) comparison, where v1 is a letter in the
  1704.    list of letters in v2 (v2 optional).
  1705. 65.Added $ignore(N/address) identifier, with .type property.
  1706. 66.Added /sline [-a|r] #channel N/nick command.
  1707. 67.Changed identifier parsing routine so that it is now independent
  1708.    of the command parsing routine, which allows...
  1709. 68.Identifers and variables in Menu definitions, Full Name, and Quit
  1710.    message are now evaluated.
  1711. 69.Lines in finger server file are now evaluated if they are prefixed
  1712.    with a $ character.
  1713. 70.Fixed dclick in menu script definition being triggered for a window
  1714.    even if the popup name in /window wasn't specified.
  1715. 71.Added $ialchan(address,#channel,N).
  1716. 72.Now handles floating point numbers (precision to 5 digits only).
  1717. 73.Fixed recursive gpf with multiple script on start/load calls.
  1718. 74.Fixed toolbar buttons display bug (?) buttons appeared incorrectly
  1719.    under some graphics drivers.
  1720. 75.Added $round(N,D) rounds to closest integer and $int(N) chops off
  1721.    decimal point.
  1722. 76.Can now use Shift-F1 in dialogs.
  1723. 77.Added $calc(N) identifier, allows you to perform mathematical
  1724.    calculations, combining brackets, terms, variables, identifiers,
  1725.    handles operator precedence, etc. eg.:
  1726.  
  1727.    //echo 1 $calc(3.14159 * (2 ^ %x % 3) - ($ticks / (10000 + 1)))
  1728.  
  1729. 78.Added Address Book which replaces the Uwho dialog. You can use the
  1730.    command /uwho <nick> as usual to /whois a user, or you can use the
  1731.    command /abook <nick> to display the currently stored info on a user.
  1732.    Can display pictures only in BMP format. You can pop up the Address
  1733.    book with Alt-B.
  1734. 79.Can now /list <#channel[,#channel,...]> to list just the specified
  1735.    channels.
  1736. 80.When you manually turn on logging for a window you can now specify
  1737.    a log filename which will be remembered across sessions until you
  1738.    turn logging off. Turning off logging for a window is now also stored
  1739.    across sessions, so once you turn it off it needs to be manually
  1740.    turned on again later (the auto-log option won't override it).
  1741. 81.Script errors such as invalid if statements, identifiers, non-existent
  1742.    gotos, etc. now report line number/filename.
  1743. 82.Fixed toolbar tracking mouse when mIRC isn't the active application.
  1744. 83.Fixed bugs relating to If statements and [ ] brackets.
  1745. 84.Fixed custom identifers returning garbage if no /return is used.
  1746. 85.Added $link(N) identifer for Links window, with properties .addr,
  1747.    .ip, .level, and .info.
  1748. 86.Added /editbox [-s|-a|[=]window] [text] command which fills the editbox
  1749.    of the specified window with text. If no text is specified, the editbox
  1750.    is cleared.
  1751. 87.If you press the Up/Down key to view the previous/next line in an
  1752.    editbox, and you are at the bottom of the editbox, the current line
  1753.    is first saved. If you're at the bottom of the buffer and you press
  1754.    down, the editbox is cleared.
  1755. 88.Can now specify a range of lines with /dline, eg:
  1756.    /dline @name N[-N2]   delete lines N to N2
  1757. 89.Can now customize colurs in Colour dialog by right-clicking on a
  1758.    colour box. Note: only SOLID colours can be used.
  1759. 90.Added Script ordering dialog for aliases and remote scripts.
  1760. 91.Tweaked text display routine.
  1761. 92.Fixed appearance of mode change when using /channel dialog.
  1762. 93.Added Lock files option to logging dialog. If turned on, log files
  1763.    are opened, written to, and only closed when logging is turned off
  1764.    or window is closed. If turned off, log files are opened, written to,
  1765.    and closed each time a new line is written to the log.
  1766. 94.Listboxes can now display coloured lines, eg. custom windows, the
  1767.    links list window, etc.
  1768. 95.Now displays a square around selected colour box in colour dialog.
  1769. 96.Control codes are now interpreted in Channels list, Links list,
  1770.    URL list, and custom window listboxes.
  1771. 97.The channel nicknames list no longer jumps around when nicks are
  1772.    added/removed/modified to/from/in it, and selections and nick colours
  1773.    remain constant across nick/mode changes.
  1774. 98.Added command /cline [colour] @name N, allows you to set the colour
  1775.    of the specified line.
  1776. 99.Fixed /squit.
  1777. 100.Fixed handling PONG server reply that isn't fully specified. This
  1778.     was causing the flood protect mechanism to stall and not send any
  1779.     buffered text.
  1780. 101.Control codes in /titlebar text are now stripped out.
  1781. 102.The Check Brackets button in the Editor dialog now turns into a sort
  1782.     variables button when viewing the variables section.
  1783. 103.Fixed Control-Shift-Tab bug, was stopping at channel windows.
  1784. 104.Decreased the number of memory allocations in the command parsing
  1785.     routine by over 50%, in some cases it may be close to 100% decrease.
  1786.     There is a slight increase in script processing speed, but this
  1787.     change should mainly affect mIRC running under NT.
  1788. 105.Fixed $asc() bug.
  1789. 106.Added -s switch to /play command, allows you to play commands to
  1790.     status window, and can now also /play while not connected to server.
  1791. 107.Fixed /remove command.
  1792. 108.[removed]
  1793. 109.Added [+m|-m] switch to /creq and /sreq to turn minimize on/off.
  1794. 110.Fixed $replace() gpfing with long lines.
  1795. 111.Now displays numeric 329 with channel creation time.
  1796. 112.Added auto-arrange icons and auto-cascade options to Window menu.
  1797. 113.Line separator is now not printed again if the previous line was
  1798.     a line separator.
  1799. 114./wallchops command is now translated into the /onotice command.
  1800. 115.Can now queue multiple /dns requests. If an address is already in
  1801.     the DNS queue, it is not added again.
  1802.  
  1803.     Note: because of the way the DNS lookup works, any DNS related
  1804.     functions currently in progress eg. connecting to a server, must
  1805.     be resolved before subsequent requests. This means that if a prior
  1806.     DNS is having problems resolving, subsequent DNSs have to wait
  1807.     until it times out before they can be resolved.
  1808.  
  1809. 116.Added auto-overwrite option for DCC Gets.
  1810. 117.Changed DCC Options dialog into a tabbed dialog for more space.
  1811. 118.Added events on 1:QUERYOPEN/QUERYCLOSE:/echo $nick $address. Note
  1812.     that $address may not always be available.
  1813. 119.Now displays messages sent to @#channel properly, and $target is
  1814.     also set correctly with the @ prefix.
  1815. 120.For DALnet 4.4.11 & Undernet 2.10 or higher /onotice now sends
  1816.     message in the format: /notice|/msg @#Channel.
  1817. 121.Custom Menubar on|off is no longer an option. If there is popup
  1818.     text in the Menubar section of the Editor, the menubar will be
  1819.     displayed automatically.
  1820. 122.Fixed rubbish text appearing in Editor dialog when switching from
  1821.     Users/Variables to a script section via the View menu.
  1822. 123.When selecting File/New in Editor dialog, any changes in the current
  1823.     editbox are now remembered.
  1824. 124.Can now use /savebuf [-s|-f] etc. to save status/finger buffer,
  1825.     a window name should not be specified.
  1826. 125.When a channel is first joined, mIRC now saves to the channels
  1827.     logfile: channel topic, topic set by, channel URL, and channel
  1828.     creation time.
  1829. 126.URL catcher now doesn't chop off addresses with ? and = in them.
  1830. 127./partall now works offline.
  1831. 128.Added /dqwindow [on|off|show|hide|min] which allows you to change
  1832.     the dedicated query window setting, and to manipulate the window.
  1833. 129.When listing info on a specific channel eg. /list #mIRC, your
  1834.     channels.txt file is not over-written.
  1835. 130.Fixed handling multiple lines pasted into editbox and parsing
  1836.     by on INPUT event.
  1837. 131.Added /winhelp <filename> <key> command for opening help files.
  1838. 132.Added -h switch to /aline/dline/etc. line commands which highlights
  1839.     the icon of the window in which the change is being made.
  1840. 133.Added $timezone identifier, for the 32bit version the return value
  1841.     depends on timezone setting in Windows, for the 16bit the return
  1842.     value depends on the TZ environment variable in your autoexec.bat.
  1843. 134.Fixed /timer -o switch bug.
  1844. 135.Added mIRC DCC Server, listens by default on port 59 for special
  1845.     mIRC DCC connections. To turn the dcc server on/off you can use
  1846.     the command:
  1847.  
  1848.     /dccserver [+|-scf] [on|off] [port]
  1849.  
  1850.     You can send/chat/fserve the dcc server using the DCC Send/Chat
  1851.     dialogs and specifying an IP address instead of a nickname (you
  1852.     can also specify both a nickname and IP address, mIRC will use
  1853.     the ip address to connect).
  1854.  
  1855.     From the command line, you can use /dcc [send|chat|fserve] with an
  1856.     IP Address instead of a nickname to initiate a connection to the
  1857.     DCC Server. Note: /dcc fserve only works for IP connections and
  1858.     does not work via IRC.
  1859.  
  1860.     Chat Protocol
  1861.       Client connects to Server and sends:
  1862.       100 clientnickname
  1863.       When Server receives this, it sends:
  1864.       101 servernickname
  1865.       Connection is established, users can now chat.
  1866.  
  1867.     Fserve Protocol
  1868.       Client connects to Server and sends:
  1869.       110 clientnickname
  1870.       When Server receives this, it sends:
  1871.       111 servernickname
  1872.       Connection is established, user can now access fserve.
  1873.  
  1874.     Send Protocol
  1875.       Client connects to Server and sends:
  1876.       120 clientnickname filesize filename
  1877.       When Server receives this, it sends:
  1878.       121 servernickname resumeposition
  1879.       Where resumeposition is between 0 and filesize, and is required.
  1880.       Connection is established, and Server dcc gets the file.
  1881.  
  1882.     Get Protocol
  1883.       Client connects to Server and sends:
  1884.       130 clientnickname filename
  1885.       When Server receives this, it sends:
  1886.       131 servernickname filesize
  1887.       When Client receives this, it sends:
  1888.       132 clientnickname resumeposition
  1889.       Where resumeposition is between 0 and filesize, and is required.
  1890.       Connection is established, and Server dcc sends the file.
  1891.  
  1892.       Notes:
  1893.       a) The Get protocol has been implemented in this way mainly
  1894.          because I'm assuming:
  1895.          1) The client may not be able to open a socket to listen
  1896.             for and accept a connection (firewall etc.)
  1897.          2) The DCC Server may only be able to listen for connections
  1898.             on port 59 (firewall etc.)
  1899.          3) Since the client was able to connect to the DCC Server the
  1900.             first time, it should have no problem connecting to the
  1901.             same port again.
  1902.  
  1903.       b) Currently the Get Protocol is ONLY used by the Fileserver when
  1904.          a user (who has connected to a Fileserver via the DCC Server)
  1905.          requests a "get filename". All other attempts to Get a file via
  1906.          the DCC Server are ignored.
  1907.  
  1908.     If server receives unexpected information, or doesn't recieve info
  1909.     15 seconds after initial connection, it closes the connection.
  1910.  
  1911.     If service is unavailable, server sends:
  1912.     150 servernickname
  1913.  
  1914.     If server rejects connection, it sends:
  1915.     151 servernickname
  1916.  
  1917. 136.Fixed timer().time bug.
  1918. 137.Fixed $duration() bug.
  1919. 138.Can now specify multiple @window names with the "menu" prefix in
  1920.     remote scripts, eg.:
  1921.  
  1922.     menu @info,@test,@blah {
  1923.       squawk:/echo squawk!
  1924.     }
  1925.  
  1926. 139.Fixed gpf when using /close for certain types of windows in
  1927.     remote events.
  1928. 140.Fixed /links not displaying info correctly when only retrieving
  1929.     partial info.
  1930. 141.Fixed text wrap bug when a window is minimized.
  1931. 142.To force /uwho to lookup a users idletime/awayinfo/etc. you can
  1932.     now use /uwho nick nick (just like /whois).
  1933. 143.Added $editbox(window) identifier which returns contents of editbox
  1934.     for the specified window.
  1935. 144./splay can now play LFN filenames.
  1936. 145.Fixed appending _ to a filename when a dir of the same name
  1937.     exists (excluding .extension)
  1938. 146.Enhanced /font command, can now change font by specifying
  1939.     parameters, eg. /font 712 ms sans serif
  1940.  
  1941.     /font [-a|-s|window] <fontsize> <fontname>
  1942.  
  1943. 147.Added support for IRCnet's 005 numeric.
  1944.  
  1945. 21/04/97 - mIRC v5.02
  1946.  
  1947. Fixes/Additions:
  1948. 1.Fixed Alt-Gr key for non-UK/US keyboards.
  1949. 2.Fixed joining a channel in channel folder.
  1950. 3.Perform section now performs after MOTD is completely processed,
  1951.   and the Channels Folder now pops up after the perform section is
  1952.   completed.
  1953. 4.Now handles numeric 437 Nick/channel is temporarily unavailable.
  1954. 5.Fixed long server version bug (yeesh).
  1955. 6.Added .ln property to $sline() to return line number of selected
  1956.   item.
  1957. 7.Fixed /aline/rline bug when a colour is specified.
  1958. 8.Can now specify colour number without the "-c" prefix for /aline,
  1959.   /iline, and /rline.
  1960. 9.Fixed bugs in !nick filename.
  1961. 10.Fixed $scriptdir in on LOAD/START events.
  1962. 11.Fixed loadbuf/savebuf gpf with invalid parameters.
  1963. 12.Now uses a tabbed dialog for aliases/popups/remote so you can
  1964.    switch between them easily.
  1965. 13.Now adds lines to custom windows using "normal" text colour.
  1966. 14.Can now use nickname in $query(), returns $null if not in query
  1967.    with nickname.
  1968. 15.Improved Control-Tab routine for tabbed dialogs.
  1969. 16.Fixed ! remote halt suffix bug.
  1970. 17.Improved Find Text routine in APR dialog.
  1971. 18.Fixed an old bug in the {} bracket counting routine.
  1972. 19.Added a "{}" button to APR dialog to check if the {} count in
  1973.    the current script is correct.
  1974. 20.Fixed mIRCLink INI file bug.
  1975. 21.Changed toolbar appearance, also toolbar button colours now
  1976.    appear correctly under different colour setups.
  1977. 22.Changed switchbar appearance, also added mini-icons to buttons.
  1978. 23.Fixed /sline command.
  1979. 24.Fixed /play not allowing following commands to be processed.
  1980. 25.Fixed up/down keys in custom window editbox.
  1981. 26.Improved /loadbuf and /savebuf, can now specify a range of lines.
  1982.    eg. /loadbuf 5-25 @moo moo.txt
  1983.        /savebuf 1-50 @moo moo.txt
  1984. 27.Fixed Next/Timestamp conflict in system menu.
  1985. 28.Fixed finger server problem with unix fingers (?)
  1986. 29.Can now use %variable for menuITEM or menuTITLE, if the variable
  1987.    is not defined, the menu item or entire submenu is not displayed.
  1988. 30.Changed popup menu routines in various places to accomodate 31.
  1989. 31.Added "menu" prefix for use in scripts. Allows you to add sub-
  1990.    menus to the standard menus:
  1991.  
  1992.    menu status {
  1993.      <menuitems>
  1994.    }
  1995.  
  1996.    You can also add sub-menus to the channel, query, nicklist, and
  1997.    menubar popups. All loaded scripts are scanned for menus to add.
  1998.    For custom windows you can use:
  1999.  
  2000.    menu @window {
  2001.      [dclick /command]
  2002.      <menuitems>
  2003.    }
  2004.  
  2005.    You can specify @window as the popup filename when creating the
  2006.    window with the /window command. The dclick specifies the command
  2007.    that should be performed when a user double-clicks in a @window.
  2008.    The line-number of the line that was clicked is in $1 for listboxes.
  2009.  
  2010. 32.Directory displayed to a user in a fileserver now appears as
  2011.    a root directory instead of the full directory path on the HD.
  2012. 33.Added $version identifier which returns the mIRC version number
  2013. 34.Added /ctcpreply <nick> <ctcp> [message] command.
  2014. 35.Fixed /unload -rs switch.
  2015. 36.Added "fixed width buttons" switchbar option.
  2016. 37.Fixed bug in Installation Program which was resulting in mIRC
  2017.    reporting an install error for some people.
  2018. 38.Added -s switch to /aline, /iline, and /rline, to select the
  2019.    line that was just added, or if you want currently selected lines
  2020.    to remain selected you can specify the -a switch instead.
  2021. 39.Fixed memory bug when processing lines in listboxes.
  2022. 40.Can now also use Alt+APR to switch quickly between tabs in the
  2023.    editor dialog.
  2024. 41.Added $mircini and $ddename identifiers.
  2025. 42.Now checks for and prevents double-separators in popup menus.
  2026. 43.DCC Send/Get switchbar buttons now turn light grey when the
  2027.    transfer has finished.
  2028. 44.Optimized DCC Send/Get switchbar buttons progress display routine.
  2029. 45.Fixed /window [x y [w h]] bug.
  2030. 46.Fixed text bolding in mark/copy.
  2031. 47.mIRC now converts old remote .ini files when they are loaded, each
  2032.    section is loaded and automatically converted. Removed "convert"
  2033.    menu option. Same for /load command.
  2034. 48.Added on DISCONNECT event, eg.: on 1:DISCONNECT:/echo *gack!*
  2035. 49.Tooltips should now display correctly under different setups.
  2036. 50.Fixed small connect retry bug.
  2037. 51.Fixed window sizing problems when main mirc window is minimized.
  2038. 52.If "show queries in active window" is checked, private actions
  2039.    now appear correctly in a channel window.
  2040. 53.Added .mrc script file extension to the file dialogs extensions
  2041.    list.
  2042. 54.Added colours toolbar button.
  2043. 55.Can now get and read long filenames in fileserver.
  2044. 56.When you press a function key and all windows are minimized, mIRC
  2045.    defaults to using the status window.
  2046. 57.Fixed gpf bug with on start/load/connect combo and /loading files.
  2047.    The on connect event now triggers *after* normal processing of the
  2048.    End of MOTD raw event.
  2049. 58.Fixed $readini -n switch.
  2050.  
  2051. 02/04/97 - mIRC v5.0
  2052.  
  2053. Fixes/Additions:
  2054. 1.Fixed /sound command when used with channels which have
  2055.   a . in their name.
  2056. 2.Title of custom menubar now updates when /loading popup.
  2057. 3.There's no longer a limit on the number of items in a
  2058.   popup menu (apart from the editbox limitation).
  2059. 4.Fixed /finger bug.
  2060. 5.Fixed /ignore bug.
  2061. 6.Fixed $ial() bug.
  2062. 7.If "show query in active window" is checked actions should
  2063.   now appear in the active window.
  2064. 8.Fixed $online identifier.
  2065. 9.Fixed problem with /sound when the sounds directory contains
  2066.   a space in its name.
  2067. 10.Fixed notify not being timestamped in certain situations.
  2068. 11.Added option to strip control codes from log files.
  2069. 12.Fixed /echo -a gpfing when there's no active window.
  2070. 13.Added $target identifier.
  2071. 14.The active item for popups has been removed, only exists
  2072.    for the menu bar popup now.
  2073. 15.Highlighted nickname in channel nick listbox remains highlighted
  2074.    after a nick change.
  2075. 16.Fixed insert/delete keys in URL list window.
  2076. 17.Fixed $lines() and $read line counting.
  2077. 18.Added ignore button to DCC Chat/Get dialogs which allows you to
  2078.    discard and ignore all incoming Chats/Gets from a user for 30
  2079.    seconds.
  2080. 19.Changed IRC Servers interface in setup dialog.
  2081. 20.Added invisible mode option to setup dialog.
  2082. 21.Changed dialogs to use standard dialog font.
  2083. 22.Added Midi directory setting in sounds dialog.
  2084. 23.Added $group(number/name) identifier.
  2085.    $group(N)          group name
  2086.    $group(N).status   on/off
  2087.    $group(name)       same as .status
  2088. 24.Added ON UNOTIFY event, works the same as ON NOTIFY
  2089.    except triggers when a user leaves IRC.
  2090. 25.Can now specify the -n switch with $readini to prevent a line
  2091.    from being evaluated.
  2092. 26.[removed]
  2093. 27.Delayed Op and Unban now check to see if 1) you're on the channel,
  2094.    2) you're an Op, 3) the user exists, before acting.
  2095. 28.You can now specify different files for each popup menu.
  2096. 29.Can now save alias/popup/remote files as plain text (non-INI
  2097.    format) by not specifying an .ini file extension.
  2098.  
  2099.    NOTE: You can't save multiple sections to a plain text file!
  2100.    So if you have all remote sections in remote.ini and want to
  2101.    save them as plain text, you'll need to save each section to
  2102.    a separate file. Same goes for aliases/popups.
  2103.  
  2104. 30.Fixed channel folder join/names bug.
  2105. 31.Fixed email address stripping of control chars.
  2106. 32.The delayed unban now prevents duplicate addresses being
  2107.    added to the unban list.
  2108. 33.Fixed gpf bug when popup item starts with {.
  2109. 34.[removed]
  2110. 35.Notify/Unotify now trigger correctly.
  2111. 36.Query window now displays address of user in titlebar.
  2112. 37.Added $mididir identifier.
  2113. 38.Fixed gpf bug when extraneous $+ are used in combination
  2114.    with bracketed identifiers.
  2115. 39.Added custom window creation/manipulation tools.
  2116.  
  2117.    /window [-abcdelnorsx] @name [x y [w h]] [/command] [popup.txt] [font [size]]
  2118.  
  2119.    Switches:
  2120.      a = activate window
  2121.      b = update horizontal scrollbar width for listbox
  2122.      c = close window
  2123.      d = open as desktop window
  2124.      e = editbox
  2125.      l = listbox
  2126.      n = minimize window
  2127.      o = if opened on desktop, place ontop
  2128.      r = restore window
  2129.      s = use a sorted list
  2130.      x = maximize window
  2131.  
  2132.    @name     = window name (must prefix with a @)
  2133.    x,y,w,h   = left top width height
  2134.    popup.txt = popup filename, loaded when needed
  2135.                (must be a plain non-ini text file)
  2136.    /command  = default command
  2137.    font/size = font name and size (defaults to status window font)
  2138.  
  2139.    You can also use /window to manipulate some of the above
  2140.    settings for an existing custom window.
  2141.  
  2142.    You can use the following commands to manipulate lines:
  2143.  
  2144.    /aline [-cN] @name text     add line to list
  2145.    /dline       @name N        delete Nth line
  2146.    /iline [-cN] @name N text   insert line at Nth line
  2147.    /rline [-cN] @name N text   replace Nth line
  2148.    /sline       @name N        selects Nth line
  2149.  
  2150.    Where -cN allows you to specify the line colour.
  2151.  
  2152.    You can use the $window(N/@name) identifer to access the
  2153.    following custom window information:
  2154.  
  2155.    $window(N).x      left
  2156.    $window(N).y      top
  2157.    $window(N).w      width
  2158.    $window(N).h      height
  2159.    $window(N).state  minimized/maximized/normal
  2160.  
  2161.    To access the lines in a custom window you can use:
  2162.  
  2163.    $line(@name,N)    returns Nth line
  2164.    $sline(@name,N)   returns Nth selected line (listbox only)
  2165.  
  2166. 40.Can now /load popups with these switches:
  2167.    -ps status popup
  2168.    -pc channel popup
  2169.    -pq query/chat popup
  2170.    -pn nicklist popup
  2171.    -pm menubar popup
  2172. 41.Fixed indexing bug with alias/popup/remote processing.
  2173. 42.[removed]
  2174. 43.mIRC now stores relative (instead of full) file/directory
  2175.    paths, if a path lies inside the mIRC directory.
  2176. 44.Made (most) buttons the same size.
  2177. 45.Parameter identifiers changed to:
  2178.  
  2179.    $n     for parameter n
  2180.    $n-n2  for parameters n to n2
  2181.    $n-    for parameters n onwards
  2182.  
  2183.    $parm has also been discontinued, you can use the above
  2184.    to refer to remote parameters from now on.
  2185.  
  2186.    Note: This version of mIRC still supports the old $1 and
  2187.    $parm for now but only the above is documented.
  2188.  
  2189. 46.Added (v1 isvo v2) comparison to check if user v1 has a
  2190.    voice on channel v2.
  2191. 47.Fixed $numeric not being set when matching any raw event.
  2192. 48.Added /loadbuf and /savebuf commands.
  2193.  
  2194.     /loadbuf [lines] <window> <filename>
  2195.     /savebuf [lines] <window> <filename>
  2196.  
  2197.    Where [lines] indicates the number of lines you want to
  2198.    load/save from the end of the file.
  2199. 49.Can now prevent message display for /ignore, /auto, and
  2200.    /protect with the . prefix.
  2201. 50.Alias/popup/remote dialogs can now be resized and will
  2202.    remember their size/position.
  2203. 51.The alias, popup, and remote dialogs have been redesigned
  2204.    to cope with various improvements (see below).
  2205. 52.You can now load multiple alias files.
  2206. 53.To /load, /unload, /save files you can use:
  2207.      /load <-a|-pscqnm|-ruvs> filename
  2208.      /unload <-a|-rs> filename
  2209.      /save <-pscqnm|-ruv> filename
  2210. 54.The remote dialog and script routines have been improved.
  2211.    The format of definitions has changed to:
  2212.  
  2213.    ctcp 1:PING:/echo etc.
  2214.    on   1:JOIN:#:/echo etc.
  2215.    raw  1:*:/echo etc.
  2216.  
  2217.    This allows all of these to be intermixed in a single
  2218.    script file. The remote dialog has been altered to cater
  2219.    for only 3 types of files: Users, Variables, and Scripts.
  2220.  
  2221.    You can load as many script files as you require. Events
  2222.    will trigger all script files as independent scripts.
  2223.  
  2224.    You can also define aliases in a script by using the
  2225.    "alias" prefix:
  2226.  
  2227.      alias test /echo this is a test alias!
  2228.  
  2229.    You can also enter initialization commands which are run
  2230.    when a script is *first* loaded by using:
  2231.  
  2232.    on 1:LOAD:{ etc. }
  2233.  
  2234.    And initialization commands which are run whenever mIRC
  2235.    is first run (and loads scripts automatically) by using:
  2236.  
  2237.    on 1:START:{ etc. }
  2238.  
  2239.    The START section also runs after the LOAD section when
  2240.    a script is first loaded.
  2241.  
  2242.    If a script is loaded from within the remote dialog, auto-
  2243.    run commands are not executed until the dialog is closed.
  2244.  
  2245.    The above allows a whole script of ctcps, events, and raw
  2246.    and it's related aliases and initializations to be edited
  2247.    and distributed in one file.
  2248.  
  2249.    Note: mIRC automatically splits your current remote.ini
  2250.    into separate files and translates the ctcp, event, and raw
  2251.    entries into the new format. To convert old files into the
  2252.    new format use the Convert option in the Remote dialog and
  2253.    load them in as an .ini file because mIRC will need the
  2254.    header info eg. [commands] [events] [raw] to know how to
  2255.    translate them.
  2256.  
  2257. 55.Added on INPUT event which is triggered when a user enters
  2258.    text into an editbox and presses enter:
  2259.  
  2260.    on 1:INPUT:/echo you entered $1-
  2261.  
  2262.    You can use /halt to prevent mIRC from processing the text.
  2263.  
  2264. 56.$chan is now $null if an event is not a channel event.
  2265. 57.Can now add/change/remove aliases from a specific alias
  2266.    file (not script files) with:
  2267.  
  2268.      /alias [filename] <aliasname> [commands]
  2269.  
  2270.    When adding/replacing/removing an alias, all alias files
  2271.    are purged of the specified alias.
  2272.  
  2273. 58.If a file doesn't exist mIRC doesn't create it if there's
  2274.    no information to save to it.
  2275. 59.Now allows empty lines in aliases and scripts.
  2276. 60.#group names in scripts now use "on" and "off" instead of
  2277.    "start" and "disabled" (conversion program will translate
  2278.    these automatically).
  2279. 61.Added script #group indexing to speed up group processing.
  2280. 62.Added on USERMODE event.
  2281.  
  2282.    on 1:USERMODE:/echo Set usermode to $1-
  2283.  
  2284. 63.Can now /echo =nick etc.
  2285. 64.Added on CONNECT event which triggers when the end of an
  2286.    MOTD is reached after connecting to a server (same as the
  2287.    perform section).
  2288.  
  2289.    on 1:CONNECT:/echo connected!
  2290.  
  2291. 65.[removed]
  2292. 66.Fixed "maximum sends" check not working in fileserver.
  2293. 67.Added $inmidi returns true if midi is playing, false if not.
  2294. 68.Added on MIDIEND event which triggers when a midi finishes
  2295.    playing (but not if you stop it by playing another midi or
  2296.    using /splay stop).
  2297.    
  2298.    on 1:MIDIEND:/echo finished playing midi file!
  2299.  
  2300. 69.Fixed /halt not returning $null.
  2301. 70.Fixed odd popup menus gpf bug.
  2302. 71.Added Find option to URL menu in URL list window.
  2303. 72.Fixed processing of incoming server NOTICES which don't
  2304.    have the source and target specified.
  2305. 73.Can now use & character as a wildcard one word match, eg.
  2306.  
  2307.      &     lines would &
  2308.      These lines would match
  2309.  
  2310. 74.Now displays notices and messages to @#channel correctly (?)
  2311. 75.Fixed window focus bug bringing main mIRC window to front when
  2312.    selecting a window.
  2313. 76.Server pong echos should display correctly.
  2314. 77.Speeded up URL-from-text extracting routine.
  2315. 78.Can now use a nickname as well a number in $send() $get()
  2316.    $chat() and $fserv() eg. $send(madgoat).file
  2317. 79.Fixed offline timers bug.
  2318. 80.If a remote event calls an alias, that remote events script file
  2319.    is searched first for a matching alias and if no match is found,
  2320.    all other alias and script files are searched.
  2321. 81.on DNS $nick is set to $null if no nick is specified.
  2322. 82.Fixed midi playing bug where mIRC thought that a midi file was
  2323.    still playing when it had actually finished.
  2324. 83.Fixed /play stop bug (?)
  2325. 84.[removed]
  2326. 85.Removed switches: own messages are higlighted, actions are purple,
  2327.    and windows colours.
  2328. 86.Added colour configuration dialog. You will notice that colours
  2329.    for certain types of information have changed slightly, mainly
  2330.    because standardization was required in various places. You can't
  2331.    create a custom colour yet, might be added to a future version.
  2332. 87.Added send/get fail remote events:
  2333.  
  2334.    on 1:SENDFAIL:*.txt:/echo failed to send $filename to $nick
  2335.    on 1:GETFAIL:*.txt:/echo failed to get $filename from $nick
  2336.  
  2337. 88.Added $script and $scriptdir which return the file and dir name
  2338.    of the currently executing remote script file.
  2339. 89.Improved $gettok(), can now specify n1-n2 for the number of
  2340.    tokens you want returned, eg:
  2341.  
  2342.    //echo $gettok(a.b.c.d.e,2,46)     returns 2nd token
  2343.    //echo $gettok(a.b.c.d.e,2-,46)    returns tokens 2 onwards
  2344.    //echo $gettok(a.b.c.d.e,2-4,46)   returns tokens 2 to 4
  2345.  
  2346. 90.Added $comchan(Nick,N) identifier, returns channels which both
  2347.    you and Nick are on. $comchan(Nick,N).op returns $true if you're
  2348.    an Op on that channel.
  2349. 91.In alias, popup, and remote dialogs can now use Alt+1,2,3,4 etc.
  2350.    to switch to a script.
  2351. 92.Added support for "!nick filename" wave/midi get requests. If
  2352.    mIRC receives a request as a private message and you don't have
  2353.    a private window open with that person, a new window is not
  2354.    opened, but instead the request is displayed in the status window.
  2355.  
  2356.    Also has an option to send your own "!nick filename" requests
  2357.    as private messages (on by default). This is only done when you
  2358.    are on a channel and you specify a "nick" that is on that channel,
  2359.    and a .wav or .mid filename.
  2360.  
  2361. 93.Notifies are now queued and only one line of 500 chars is sent
  2362.    at a time. When a reply for that line is received, the next line
  2363.    is sent. Once replies for all queued lines have been received,
  2364.    the notify results are displayed.
  2365. 94.The parameter positions of the following identifiers have been
  2366.    standardized to fall in line with other identifiers:
  2367.  
  2368.    $left(text,N)
  2369.    $mid(text,S,N)
  2370.    $right(text,N)
  2371.    $str(text,N)
  2372.    $nick(#,N)
  2373.    $nopnick(#,N)
  2374.    $nvnick(#,N)
  2375.    $opnick(#,N)
  2376.    $snick(#,N)
  2377.    $vnick(#,N)
  2378.  
  2379.    The old formats are still handled but only the new formats will
  2380.    be documented.
  2381. 95.Fixed small /list command bug.
  2382. 96.mIRC help file now remembers it's last position/size.
  2383. 97.Can now use the @ must be op prefix with CTCP remote events that
  2384.    occurr on channels.
  2385. 98.Notify list now allows you to use an address as well as a nickname,
  2386.    this will only work on IRC servers that allow this.
  2387. 99.Removed the /commands command, replaced with /ctcps command.
  2388. 100.Fixed switchbar DCC Button Progress indicator being updated too
  2389.     often which might have slowed mIRC down with multiple dccs.
  2390. 101.Added Wizard which now pops up when a user has problems connecting,
  2391.     eg. unable to get/resolve local host, unable to resolve/connect to
  2392.     irc server, or being disconnected from a server before the MOTD is
  2393.     displayed.
  2394. 102.Fixed small /play bug, was evaluating identifiers in lines when
  2395.     it shouldn't have been.
  2396. 103.Fixed /titlebar memory bug.
  2397.  
  2398. 09/01/97 - mIRC v4.72
  2399.  
  2400. Fixes/Additions:
  2401. 1.Fixed Windows Colours option.
  2402. 2.Fixed gpf on joining channel with control codes in topic (?)
  2403. 3.Fixed/improved channel mode handling.
  2404. 4.Can specify a channel key in default channel listbox
  2405.   as first word of a topic for a channel.
  2406. 5.Fixed $+ at end of a line gpfing.
  2407. 6.Fixed /run and long filenames with spaces.
  2408. 7.Highlighting text in editbox and then Control-K now places
  2409.   cursor right after first control character.
  2410. 8.Fixed gpf in Channel dialog when listing invalid ban info.
  2411. 9.Fixed display of fonts for certain character sets.
  2412. 10.URL catcher now doesn't copy any BURC control characters
  2413.    attached to a URL.
  2414. 11.Fixed checking for recursive custom identifier calls.
  2415.    (lack of check was leading to gpfs)
  2416. 12.$null is now handled better when used with $+.
  2417. 13.Install program now warns if you are about to install to
  2418.    a directory path with spaces in its name and recommends
  2419.    installing to a path without spaces.
  2420. 14.Fixed /server N command.
  2421. 15.Added $online identifier which returns number of seconds
  2422.    elapsed on your online timer (ie. the one in the timer
  2423.    dialog).
  2424. 16.Now allows you to call custom identifers with parameters
  2425.    that have a $null value.
  2426. 17.Added -k switch to /ignore command, allows you to ignore
  2427.    BURC codes from someone's text. This works for private,
  2428.    notice, kick, part, etc. messages.
  2429. 18.Fixed marking text that is bold/underlined.
  2430. 19.Fixed bug with a script not halting properly and continuing
  2431.    to process script following it (?)
  2432. 20.The command parser wasn't stripping out leading and following
  2433.    spaces for tokens in a command which may have resulted in
  2434.    odd behaviour when processing scripts.
  2435. 21.Control-Shift-Tab for switching between channel windows
  2436.    has been removed since it was conflicting with the normal
  2437.    windows default for tabbing backwards through windows.
  2438. 22.Fixed /ruser nick! command, was removing all entries that
  2439.    being with "nick" as opposed to "nick!".
  2440. 23.Added "Edit" button to channels folder dialog.
  2441. 24.Fixed $maddress being chopped in ON BAN event.
  2442. 25.Fixed pressing enter in DCC Send dialog to change directories.
  2443. 26.Fixed finger command (wasn't sending @ prefix when fingering
  2444.    an address without a userid).
  2445. 27.Added $vnick() identifier to list voiced nicks, and $nvnick()
  2446.    identifier to list non-op/non-voice nicks.
  2447. 28.Added ON UNBAN, works the same as ON BAN.
  2448. 29.Added ON VOICE/DEVOICE, and $vnick refers to nickname.
  2449. 30.Fixed bug in installer.
  2450. 31.Invites to non-channels are now ignored.
  2451. 32.Fixed text being indented in User and Variable remote sections.
  2452. 33.Fileserver now let's you cd into a directory with an extension.
  2453. 34.Changed $findfile() identifier, now allows you to specify
  2454.    Nth file eg. $findfile(dir,filespec,N).
  2455. 35.Fixed DCC percent progress wrapping to zero when sending
  2456.    large files (?)
  2457. 36.If a DCC Get directory doesn't exist, the default get directory
  2458.    is used instead, if that doesn't exist, the mIRC directory is
  2459.    used.
  2460. 37.Fixed /ignore for actions.
  2461. 38.A query window no longer opens for a sound request, the sound
  2462.    message is displayed in the status window instead.
  2463. 39.Added skip MOTD warning.
  2464. 40.Fixed Menu Bar popup menu not working when all windows
  2465.    are closed.
  2466. 41.Improved Tabs in tabbed dialogs to look more 95ish.
  2467. 42.Standardized Alias, Popup, and Remote dialogs.
  2468. 43.Resources for popup menus are now allocated just before a
  2469.    popup menu is displayed and are freed immediately after it
  2470.    is closed thus conserving resources.
  2471. 44.Added $dlevel identifier for remote default user level.
  2472. 45.Added $timer(N) identifier.
  2473.    $timer(N)       timer id
  2474.    $timer(N).com   command
  2475.    $timer(N).time  time
  2476.    $timer(N).reps  repetitions
  2477.    $timer(N).delay delay interval
  2478.    $timer(N).type  online/offline
  2479. 46.Added option to show DCCs in Switchbar.
  2480. 47.Now allows - character in Identd UserID.
  2481. 48.Fixed invalid RAW definition format gpfing.
  2482. 49.Fixed Beeping when right-clicking in a listbox.
  2483. 50.Windows minimized to the switchbar don't appear as icons
  2484.    first anymore.
  2485. 51.Wrote my own window list handler, so the Windows list
  2486.    now displays desktop windows as well. Also only the first
  2487.    50 characters of a windows title are displayed.
  2488. 52.ON BAN/UNBAN now don't allow wildcard matches of ip/non-ip
  2489.    addresses, as well as addresses ending in @*.
  2490. 53.Setting focus on windows has been improved.
  2491. 54.Can now use Control-Space to cycle through channel windows.
  2492. 55.Fixed $mask() when an address with wildcards is specified.
  2493.  
  2494. 09/12/96 - mIRC v4.7
  2495.  
  2496. Fixes/Additions:
  2497. 1.Fixed time bug (?)
  2498. 2.ISON now displays a message if user doesn't exist.
  2499. 3.Fixed small DDE problem.
  2500. 4.Fixed mIRC defaulting to port 6667 when reconnecting
  2501.   to a server.
  2502. 5.DCC Send/Get window titlebar now immediately displays 0% at
  2503.   start of transfer, and only displays 100% when transfer is
  2504.   completely finished (was rounding up to 100% before).
  2505. 6.Fixed small bug in fserve dcc send.
  2506. 7.Fixed /beep command.
  2507. 8.Bytes/Size display in alias/popup/remote windows are now
  2508.   updated only a few times a second to decrease flicker.
  2509. 9.Finished reorganizing identifiers-related code.
  2510. 10.Fixed $away updating after you disconnect and reconnect.
  2511. 11.Fixed Text Assist bug (?)
  2512. 12.Can now do /sound [on|off] to enable/disable sound requests.
  2513. 13.Added $server(N).property identifier to access servers list.
  2514.    $server(N)        address.
  2515.    $server(N).desc   description
  2516.    $server(N).port   port
  2517.    $server(N).group  group
  2518. 14.Added $ial(mask,N) identifier to acces IAL.
  2519.    $ial(mask,N)      full address.
  2520.    $ial(mask,N).nick nickname
  2521.    $ial(mask,N).user user id
  2522.    $ial(mask,N).host host
  2523.    $ial(mask,N).addr user@host
  2524.    This returns the Nth address matching "mask" in the IAL.
  2525.    Specify zero for total number of matching addresses. To
  2526.    scan the whole of the IAL you can use $ial(*,N). If N is
  2527.    zero, the total number of matching entries is returned.
  2528. 15.[removed]
  2529. 16.Added /identd [on|off] [userid] command.
  2530. 17.Fixed bug in /ignore address matching.
  2531. 18.Can now use [type] parameter with /auto to look up
  2532.    users address (like ignore).
  2533. 19.Channels, Notify, and Url list listboxes now have a horizontal
  2534.    scroll bar added to them.
  2535. 20.Added $url(N).property identifier to access urls list.
  2536.    $url(N)        address
  2537.    $url(N).desc   description
  2538.    $url(N).group  group
  2539. 21.When using /sound and /wavplay, the Waves directory and ALL of
  2540.    its subdirectories are searched for the specifed wave filename.
  2541.    This allows users to organize their sounds into subdirectories
  2542.    without having to worry about directory paths.
  2543. 22.Added 1:ON DNS:/echo $nick $iaddress $naddress $raddress event.
  2544.    If /dns <nick> was used then $nick refers to <nick> otherwise
  2545.    it refers to your own nickname. $iaddress refers to the ip
  2546.    address, and $naddress refers to the named address. $raddress
  2547.    is the resolved address. If $raddress is $null then that means
  2548.    that the address could not be resolved.
  2549. 23.Fixed @ (must be channel Op) prefix for remote definitions
  2550.    preventing a definition from being performed if the event is
  2551.    not a channel event. eg. @1:ON TEXT:*:*:/etc. which reacts
  2552.    to private messages as well as channel messages.
  2553. 24.Added $idle identifier which returns same idle time as that
  2554.    returned by ctcp USERINFO or FINGER.
  2555. 25.Added $numeric identifier which refers to the number of the
  2556.    raw event that matched a remote definition.
  2557. 26.[removed]
  2558. 27.Ctcp ping reply now displays ping time in hr/min/sec format.
  2559. 28.Fixed memory bug in Tab display routine, also improved display
  2560.    of tabs slightly.
  2561. 29.Added 1:ON ERROR:*text*:/echo $parms event.
  2562. 30.Added Extension<->directory association in DCC Options dialog.
  2563. 31.Fixed empty line in editboxes in options dialog causing
  2564.    following lines to be lost.
  2565. 32.DCC Get dialog now displays listbox of directories from the
  2566.    extension associations for quick directory selection for
  2567.    miscellaneous file types.
  2568. 33.Servers.ini file is reloaded each time the Setup window is
  2569.    opened to make sure that any changes made to it externally
  2570.    are available. eg. if someone downloads a servers.ini file.
  2571. 34.Now allows you to configure a separate Popup menu for use
  2572.    in a channel window. If no channel popup menu is defined it
  2573.    defaults to using the status window popup menu in a channel.
  2574. 35.When marking text for copying, the marked block is not cleared
  2575.    if new text is printed in the window, instead the scrollbar
  2576.    is updated to indicate there is new text below. If you were
  2577.    at the bottom of the buffer when you started copying, mIRC
  2578.    will automatically scroll down to the bottom of the buffer
  2579.    after you finish copying.
  2580. 36.I added an /echo -a switch which echos to the active window.
  2581.    If the active window is not a status, channel, or query/chat
  2582.    window, it defaults to the status window.
  2583. 37.For remote events that have no associated $chan value, $chan
  2584.    refers to a channel that both you and the user that triggered
  2585.    the event are on, on which you are an Op.
  2586. 38.Fixed small bug with /set.
  2587. 39.Can now do /log [on|off] [windowname].
  2588. 40.If a user hasn't entered a UserID for the Identd server or if
  2589.    their current userid contains invalid characters, mIRC asks
  2590.    them for a new userid. Permitted characters:
  2591.  
  2592.       .    (0x2E)
  2593.       0-9  (0x30-0x39)
  2594.       A-Z  (0x41-0x5A)
  2595.       _    (0x5F)
  2596.       a-z  (0x61-0x7A)
  2597.  
  2598. 41.Added $wildsite remote identifier which returns the address of
  2599.    the user who triggered the event in the form *!*@host.domain,
  2600.    added mainly to speed things up since *!* $+ $site is used a lot.
  2601. 42.Added /perform [on|off] command to turn on/off perform section.
  2602. 43.Speeded up text display routine slightly.
  2603. 44.Added $ticks identifier which returns the number of ticks
  2604.    since your O/S was first started.
  2605. 45.Ignoring CTCPs doesn't ignore actions anymore.
  2606. 46.Added double-click alias option for Notify window.
  2607. 47.Now using a new indexing method to speed up alias, popup, and
  2608.    remote script processing.
  2609. 48.Using an /if as the first command in a $read line now works.
  2610. 49.In channel windows, Shift-TAB now switches the focus between
  2611.    the editbox and the nicknames listbox.
  2612. 50.Control-Shift-Tab now cycles through channel windows.
  2613. 51.Server notices are now displayed in purple.
  2614. 52.Added "Timestamp" switch to window system menus.
  2615. 53.mIRC now ignores dcc sends/chats to port 19.
  2616. 54.Fixed window focus problem when mdi/non-mdi windows open (?)
  2617. 55.Can raise a number to the power of another using ^ operator.
  2618.    eg. set %x 2 ^ 8
  2619. 56."End of /who list" now displays who you were doing a /who on.
  2620. 57.Now handles DALnets 310 numeric.
  2621. 58.Added skip MOTD on connect switch.
  2622. 59.Modified Event Beeps interface a bit.
  2623. 60.Speeded up variable lookup routine and [] processing.
  2624. 61.Rewrote text mark/copy routine.
  2625. 62./timestamp [-a|e|s] [on|off] [window] is now used for turning
  2626.    on/off timestamping in windows. If only on/off is specified
  2627.    with no window, the global timestamp switched is turned on/off.
  2628.    -s = for status window
  2629.    -a = for active window
  2630.    -e = for every window
  2631. 63.For ctcp commands, $chan is now filled with a channel name if
  2632.    you received the ctcp via a channel.
  2633. 64./flood now ignores *!*@site.
  2634. 65.$active identifier now returns window names more intelligently.
  2635. 66./return can now return both numbers and text.
  2636. 67.For servers that specify who placed a ban in the ban list, mIRC
  2637.    now displays this info in the /channel dialog ban list.
  2638. 68.$server now returns $null if you are not currently connected
  2639.    to a server.
  2640. 69.Added $fserv(N), improved $chat(N), $get(N), $send(N).
  2641.  
  2642.     $chat(N)           nickname
  2643.     $chat(N).ip        ip address
  2644.     $chat(N).status    active, waiting, inactive
  2645.  
  2646.     $fserv(N)          nickname
  2647.     $fserv(N).ip       ip address
  2648.     $fserv(N).status   active, waiting, inactive
  2649.     $fserv(N).cd       current directory
  2650.  
  2651.     $get(N)            nickname
  2652.     $get(N).ip         ip address
  2653.     $get(N).status     active, waiting, inactive
  2654.     $get(N).file       filename
  2655.     $get(N).size       filesize
  2656.     $get(N).rcvd       bytes rcvd
  2657.     $get(N).cps        chars per second
  2658.     $get(N).pc         percent complete
  2659.  
  2660.     $send(N)           nickname
  2661.     $send(N).ip        ip address
  2662.     $send(N).status    active, waiting, inactive
  2663.     $send(N).file      filename
  2664.     $send(N).size      filesize
  2665.     $send(N).sent      bytes sent
  2666.     $send(N).lra       last rcvd ack
  2667.     $send(N).cps       chars per second
  2668.     $send(N).pc        percent complete
  2669.  
  2670. 70.Can now create your own identifiers, eg. in the aliases section
  2671.    create an alias:
  2672.  
  2673.      add { %x = $1 + $2 | return %x }
  2674.  
  2675.    And then use it in a command //echo Total is: $add(4,21)
  2676.    Can define as many parameters as you want: $add(1,2,...,N).
  2677.    Built-in identifiers of the same name have priority.
  2678. 71.Added "default port" setting to setup/options dialog.
  2679. 72.Can now use /timer [-o] etc. to start an offline timer. Offline
  2680.    timers are not stopped if you are disconnected from the server,
  2681.    however all other timers are. If you are not connected to a server
  2682.    and you try to start a timer, it defaults to being an offline timer.
  2683. 73.Chat and Query MDI switches are now separate.
  2684. 74.Alias, Popup, and Remote editboxes now remember their cursor
  2685.    line positions and jump to them automatically for each window.
  2686. 75.Added "Desktop" switch to a window's system menu to toggle mdi/
  2687.    desktop display of the window.
  2688. 76.Can now specify a window name with /clear [window].
  2689. 77.If an address that is in the auto-unban list of the /ban command
  2690.    is unbanned manually, it is removed from the unban list.
  2691. 78.PONGs from users are now ignored.
  2692. 79.Using new method to lookup Local Host and IP Address. mIRC now
  2693.    connects directly to server and issues a /userhost nickname to
  2694.    lookup users address and then does a /dns to resolve the IP
  2695.    address. This means that a user isn't prevented from connecting
  2696.    to a server if there are any local host lookup problems and it
  2697.    also means mIRC will be using a named address that has been
  2698.    verified by the IRC server so there should be no problem looking
  2699.    up the IP address. The DCC Send/Chat toolbar buttons are enabled
  2700.    the moment the lookup is completed successfully.
  2701. 80.Now uses /userhost instead of /whois to look up addresses from
  2702.    the server.
  2703. 81.The /run command now uses a different method to run files, it
  2704.    allows you to run files based on association as well.
  2705.      eg: /run notepad.exe readme.txt   or   /run readme.txt
  2706.    It also uses this new method to view .txt files in the help
  2707.    menu as well as in other parts of mIRC.
  2708. 82.Can now do /who <channel> <address> and only users on the
  2709.    specified channel are displayed.
  2710. 83.Fixed bug with variable not being evaluated if preceeded by
  2711.    the text "set" in a line.
  2712. 84.Now also using new faster indexing method for IAL.
  2713. 85.Fixed empty [ ] brackets gpfing.
  2714. 86.Servers are no longer stored in memory but are looked up
  2715.    when needed from the servers.ini file.
  2716. 87.DCC Send/Get completion info printed in status window now
  2717.    also includes time taken and cps.
  2718. 88.Fixed "error sending data" message at end of dcc send.
  2719. 89.Variables can handle spaces a bit better now eg. single
  2720.    spaces, preceeding spaces, etc.
  2721. 90.Fixed "fake" PONG messages being displayed.
  2722. 91.Added support for bold/underline/reverse characters. Can
  2723.    use Ctrl-B,U,R to insert these characters into an editbox.
  2724.    If you first mark text in the editbox, it will be enclosed
  2725.    in starting and ending control characters, otherwise one code
  2726.    will be inserted. If you hold down the shift-key, two codes
  2727.    are inserted and the cursor positioned between them. You can
  2728.    also use Control-O to insert a reset character which turns off
  2729.    all the above settings.
  2730. 92.Added support for colour characters, use Control-K to insert
  2731.    a colour control char (0x03) into text in an editbox.
  2732.  
  2733.    eg. if * is the control char then:
  2734.  
  2735.     *     Selects Default Text and Background
  2736.     *1    Selects Colour 1 for Text, Default Background
  2737.     *1,5  Selects Colour 1 for Text, Colour 5 for Background
  2738.  
  2739.    Colours currently range from 0 to 15.
  2740. 93.Added flood protect options tab to options dialog.
  2741. 94.For an ON QUIT event, a users name is now removed from
  2742.    all channel listboxes *after* this remote event has been
  2743.    processed, not before it.
  2744. 95.Added $strip(text) identifier which strips out all bold,
  2745.    underline, reverse, and colour control codes from text.
  2746. 96.File dialog defaults to showing ini, txt, or wav files
  2747.    depending on file being selected.
  2748. 97.Fixed multiple IRCop-greeting bug thingy.
  2749. 98.Fixed notify update bug.
  2750. 99.Fixed ON TEXT $chan being filled with users nickname when
  2751.    trigger is a private message.
  2752. 100.Added a switchbar to allow easy switching between windows.
  2753.     If you click on a button with the left mouse button and
  2754.     the window is minimized, it is restored, if it is already
  2755.     restored, it is minimized. If you click with the right mouse
  2756.     button, the windows system menu pops up. You can turn the
  2757.     switchbar on/off in Options/Extras dialog.
  2758. 101./ban won't allow you to initiate a ban if you don't have Ops.
  2759. 102./amsg and /ame now don't send an individual message for each
  2760.     channel etc.
  2761. 103.Page up/down now works in channel listbox.
  2762. 104.Channels dialog, "Limited to" option allows more digits.
  2763. 105.ctcp ECHO is no longer replied to.
  2764. 106.ctcp PING no longer replies to non-numeric values and numeric
  2765.     values longer than 25 characters.
  2766. 107.Added $usermode identifier.
  2767. 108.Channel topics are now stripped of control characters.
  2768. 109.ON MODE event has changed format to:
  2769.  
  2770.     1:ON MODE:#channel:/commands...
  2771.  
  2772.     And it no longer enforces modes. $parms is now filled with
  2773.     the mode change that was made.
  2774. 110.Under a 256 colour display the orange colour appears light brown
  2775.     instead of orange, all other colours should look exactly the
  2776.     same under different colour displays.
  2777. 111.Fixed ON BAN double-wildcard-string-matching. Was giving false
  2778.     matches in certain situations eg. * at end of a string.
  2779. 112.Changed ordering of masks to:
  2780.  
  2781.     Type 0: *!user@host.domain
  2782.     Type 1: *!*user@host.domain
  2783.     Type 2: *!*@host.domain
  2784.     Type 3: *!*user@*.domain
  2785.     Type 4: *!*@*.domain
  2786.     Type 5: Nick!user@host.domain
  2787.     Type 6: Nick!*user@host.domain
  2788.     Type 7: Nick!*@host.domain
  2789.     Type 8: Nick!*user@*.domain
  2790.     Type 9: Nick!*@*.domain
  2791.  
  2792.     The mask types for all routines and identifiers are now identical.
  2793.     /guser /dns etc. commands all default to type 6 which is the same
  2794.     mask as before.
  2795. 113.When mIRC is in the process of doing a channel listing and it
  2796.     receives a "server load to high" numeric 263, it now resets the
  2797.     channels list button and other related parameters.
  2798. 114.Ignores DCCs to a channel.
  2799. 115./userhost with no reply is now displayed.
  2800. 116.Added "on top" option for switchbar.
  2801. 117.Added $duration(seconds) identifier.
  2802. 118.Added $nofile(filename) which removes the filename and
  2803.     only returns any remaining path.
  2804. 119.Added $findfile(dir,filename) which searches the specified
  2805.     directory and its subdirectories for the specified file and
  2806.     returns the full path and filename if it is found.
  2807. 120.Added /ial [on|off] command.
  2808. 121.Added token handling identifiers:
  2809.  
  2810.     $addtok(text,token,C)     - adds a token to the end of text but
  2811.                                 only if it's not already in text.
  2812.     $findtok(text,token,C)    - returns Nth position of token in text
  2813.     $gettok(text,N,C)         - returns Nth token in text
  2814.     $instok(text,token,N,C)   - inserts token into Nth position in text
  2815.                                 even if it already exists in text.
  2816.     $remtok(text,token,C)     - removes 1 matching token from text
  2817.     $reptok(text,token,new,C) - replaces 1 matching token with new
  2818.                                 token in text
  2819.  
  2820.     $gettok() replaces $token(), however $token() is still
  2821.     supported for this version.
  2822.  
  2823. 122./ulist now searches the whole of the users level list for
  2824.     a matching level.
  2825. 123.A user level can now be a word, for example:
  2826.  
  2827.     2,5,op,9,prot:*!*@mardam.demon.co.uk
  2828.  
  2829.     op:ON JOIN:#:/mode $chan +o $nick
  2830.  
  2831.     Named levels are = levels ie. they work exactly the same
  2832.     way that = levels work.
  2833. 124.Added strip options to options dialog. These strip out
  2834.     control characters from incoming notices and messages.
  2835. 125.Fixed memory/socket reading bug.
  2836. 126.Pressing Enter in the parameters dialog without entering
  2837.     any text now returns $null.
  2838. 127.Kick, Part, Quit messages have Control-O appended to them.
  2839. 128.Improved channel MODE change handling, mIRC updates the
  2840.     mode settings itself so there's no longer a delay.
  2841. 129.ON MODE reacts to initial mode lookup when mIRC first
  2842.     joins a channel.
  2843. 130.Rewrote /auser & /guser routine. Code is cleaner, same
  2844.     speed, works better eg. doesnt allow redundant levels,
  2845.     and fixes bugs in the old routines.
  2846. 131.Added wildcard halting of timers. eg. /timer?* off
  2847. 132.Fixed messages to #host.mask.
  2848. 133.Install program now only creates one backup directory and
  2849.     overwrites any files in it if they already exist.
  2850. 134.Channels folder now also allows you to enter descriptions
  2851.     for channels.
  2852. 135.Added $chan(N/#).property identifer:
  2853.  
  2854.     $chan(N/#)         channel name
  2855.     $chan(N/#).topic   topic
  2856.     $chan(N/#).mode    mode
  2857.     $chan(N/#).key     +k key
  2858.     $chan(N/#).limit   +l limit
  2859.  
  2860.     $mode() and $topic() are no longer supported. However
  2861.     $channel() is still supported for this version.
  2862. 136.Support for the :> redirection in remote definitions has
  2863.     been removed.
  2864. 137.Added /strip [+-burc] command.
  2865. 138./wavplay command has been replaced with /splay command,
  2866.     which can play both .wav and .mid sound files. Can also
  2867.     use "/splay stop" to stop a .mid file playing. /wavplay
  2868.     is still supported for now. 
  2869. 139.The /sound command and related options (ON NOSOUND, etc.)
  2870.     can now work with .mid files as well as .wav files.
  2871. 140.Improved/simplified code in the install program.
  2872.  
  2873. 07/09/96 - mIRC v4.6
  2874.  
  2875. Fixes/Additions:
  2876. 1.Now handles various combinations of : and { at the
  2877.   beginning of a remote definition.
  2878. 2.Fixed :> redirection.
  2879. 3.Fixed separator handling in popup menus.
  2880. 4.ON SNOTICE can now be prevented from displaying info.
  2881. 5.Now does NOT evaluate identifiers in a command issued
  2882.   from the command line. If you want to force identifers
  2883.   to be evaluated, you can prefix the command with two
  2884.   // instead of just one /.
  2885. 6.Fixed $1 $2 etc. not working with Function keys.
  2886. 7.Fixed $dir and $hfile identifiers.
  2887. 8.Fixed ON KICK missing $parms.
  2888. 9.Fixed variables section not being saved if commands
  2889.   section is empty.
  2890. 10.Fixed DCC Windows not being minimized properly.
  2891. 11.Explicit support for the DO ctcp command has been
  2892.    removed. If a user wants to use a DO in their ctcp
  2893.    definitions, they would have to specifically make
  2894.    mIRC perform any parameters that another user sends
  2895.    as commands, eg.:
  2896.  
  2897.    1:DO:$parm2*
  2898.  
  2899. 12.Fixed the -s switch in /echo.
  2900. 13.Fixed $readini with missing parameters gpfing.
  2901. 14.$read and $readini now return $null if a line isn't found.
  2902. 15.Extended the functionality of [ ] so that if they enclose
  2903.    only a single parameter they will evaluate it even if it
  2904.    has already been evaluated. eg.:
  2905.  
  2906.    set %x %y
  2907.    set %y Hiya!
  2908.    /echo [ [ %x ] ]
  2909.  
  2910. 16.DCC Send, Get, Chat, and Fserv now use different Icons.
  2911. 17.The = switch in remote definitions 1:COMMAND:= wasn't
  2912.    working properly.
  2913. 18.Fixed =$nick for on serv/chat.
  2914. 19.Now handles site bans or masks for addresses that only
  2915.    have an x.x format instead of the usual x.x.x format.
  2916. 20.Fixed Aliases "Save To" only saving to mIRC directory.
  2917. 21.Fixed $asctime() gpf bug.
  2918. 22.DDE USERS now prefixes nicknames with @ or + if necessary.
  2919. 23.Now cannot use /writeini to remove items or sections, must
  2920.    use the /remini command which takes the same parameters.
  2921. 24.Added $exists(filename) to check if a file exists,
  2922.    returns $true or $false.
  2923. 25.Added -n switch to $read which prevents the line read in
  2924.    from being evaluated or parsed ie. it's treated as text.
  2925. 26.Added /wallops <message> command.
  2926. 27.Now supports DALnet /part #channel [message]. The message
  2927.    is limited to around 60 characters.
  2928. 28.Fixed extra separator lines being added to certain popup
  2929.    menus occasionally.
  2930. 29.Now allows you to dcc chat yourself.
  2931. 30.Now saves URLs to the urls.ini file.
  2932. 31.Added $maddress which specifies the currently matched
  2933.    user address for an event in the remote:
  2934.  
  2935.    1:TEST:/echo $fulladdress matched $maddress
  2936.  
  2937.    And added $maddress(address) which returns a matching
  2938.    address from the remote user list:
  2939. 32.If the filename specified in $read has no path, it defaults
  2940.    to the mirc.exe directory (like all other commands).
  2941. 33.Can now /load -r and /save -r (raw definitions).
  2942. 34.Added Load/Save items to URLs pop menu which let you
  2943.    load/save any URL file.
  2944. 35.Join/part/other text messages are now wrapped.
  2945. 36.Can now press return in a multi-line editbox in the
  2946.    middle of a line without sending the text.
  2947. 37.Added "Play wave" option to notify list which lets you
  2948.    choose a wave to play when a specific user joins IRC.
  2949. 38.Added "show notices in active window" option in IRC
  2950.    switches, and also improved the way notices are
  2951.    displayed.
  2952. 39.Fixed memory bug in fileserver.
  2953. 40.Improved memory allocation in copy/paste routine.
  2954. 41.Displays /whowas reply with @ in address.
  2955. 42.The aliases for .hlp files added to the Help menu now have
  2956.    the lowest command precedence ie. if an existing alias or
  2957.    command of the same name exists, the .hlp alias is never run.
  2958. 43.Now also adds .txt files to the dynamic help menu.
  2959. 44.The IAL is updated a bit more intelligently to allow
  2960.    remote definitions to access nicknames that have just
  2961.    joined/left a channel.
  2962. 45.Fixed time-out gpf bug which affected Send/Get/FServ.
  2963. 46.Now triggers ON PART when *you* part a channel.
  2964. 47.Added $longip(IP address/long IP) which converts a dotted
  2965.    IP Address to a long IP, and vice-versa.
  2966. 48.Fixed message not being wrapped when a query window
  2967.    first opens.
  2968. 49.Fixed GPFs occurring when viewing URLs.
  2969. 50.Fixed "me:" prefix for remote definitions.
  2970. 51.Now supports a /list result with or without RPL_LISTSTART,
  2971.    to accomodate ircd 2.9.x.
  2972. 52.Can now specify a filename when saving a window buffer.
  2973. 53.Added option "Only show notifies in notify window".
  2974. 54.Fixed "Bad Username" server reply if new user entered an
  2975.    invalid email address (the userid part was being used
  2976.    in the ident server).
  2977. 55./echo 1 $asc($mid(3,1,hi there)) was returning 0 for a space,
  2978.    now returns 32.
  2979. 56.Added "fast screen update" option to Extras dialog. This
  2980.    speeds up text printing by updating the screen after each
  2981.    "batch" of text instead of each line.
  2982. 57.Moved "Ignore" to first position in Control dialog.
  2983. 58.Added a new flood protection method. Just use
  2984.    /flood [on|off] to turn it on and off.
  2985. 59.ISON notify lines are broken into less than 500 character
  2986.    lines now.
  2987. 60.Added option "Show finger requests" to Options dialog
  2988.    in Servers section.
  2989. 61.Fixed /oper with wrong password GPFing (?)
  2990. 62.Prefixing a command with . prevents it from displaying
  2991.    its usual message (apart from error messages).
  2992. 63.Fixed #$$?#="Enter a channel name:" type identifier.
  2993. 64.Added ON WALLOPS event.
  2994.  
  2995.    1:ON WALLOPS:*text*:/command...
  2996.  
  2997. 65.Fixed $true/$false/$null not working in certain
  2998.    comparisons.
  2999. 66.Fixed info lines sometimes not being displayed in
  3000.    DCC Send/Get windows.
  3001. 67./halt can now prevent the usual text output of raw
  3002.    numeric events (for most events).
  3003. 68.Added $bnick identifier which refers to the nickname
  3004.    of the user being banned. This is not always filled
  3005.    since sometimes a nickname isn't specified with a
  3006.    banmask.
  3007. 69.Now displays all user modes in status window titlebar.
  3008. 70.Improved display of info for unknown numerics.
  3009. 71.Fixed status window not closing when it's opened as
  3010.    Desktop window and mIRC is exited.
  3011. 72.Added $ulevel and $clevel which store the remote user
  3012.    and command levels that matched for an event.
  3013. 73.The channels list is no longer stored internally but
  3014.    completely stored in and accessed from the channels.txt
  3015.    file.
  3016. 74./remote [on|off] now affects the raw section as well.
  3017. 75.Can now do /raw [on|off] to turn the raw section on
  3018.    and off.
  3019. 76.Fixed mode event -l or -k skipping parameters in a
  3020.    mode change.
  3021. 77.Notify window now displays note next to each nickname.
  3022. 78.Tweaked INI routines.
  3023. 79.When an error occurs in a DCC Send/Get/Chat, the dcc
  3024.    window is now closed if "auto-close" is selected in
  3025.    dcc options.
  3026. 80.Added ON NOSOUND event triggered when someone sends you
  3027.    a SOUND request and the sound doesn't exist.
  3028.  
  3029.    1:ON NOSOUND:/msg $nick I don't have $filename
  3030.  
  3031. 81.Changed toolbar buttons appearance.
  3032. 82.Can now do /partall <message>
  3033. 83.In ON NICK event when you change your nick, the $me
  3034.    identifier is only updated after remote definitions have
  3035.    been processed.
  3036. 84.Now handles #,&,+ channels in aliases, popups, remote,
  3037.    dialogs, etc. This might affect a few things since &
  3038.    and + are now special prefix characters.
  3039. 85.Now saves Servers in servers.ini file.
  3040. 86.Tweaked DCC Send/Get routines and fixed problem with
  3041.    DCC windows not displaying the correct information in
  3042.    certain situations.
  3043. 87.Standardized INI prefix to "n" for all saved information.
  3044. 88.Results from a /who and /whois are now used to update
  3045.    the Internal Address List if the user is on a channel
  3046.    which you are on. eg. /who #channel.
  3047. 89./speak now supports both Text Assist and Monologue.
  3048. 90.Now displays #*.server.co.uk type messages properly.
  3049. 91.Dropped files with spaces in the filename are now enclosed
  3050.    in "" quotes.
  3051. 92.Fixed $parmN1-N2 bug.
  3052. 93.Added "Font" item to Tools menu.
  3053. 94.Clicking on "Unban" to unban addresses while in the
  3054.    Channels dialog now also sets the topic and modes if
  3055.    you've changed them.
  3056. 95.Fixed bug with command prefix infront of if/else/elseif
  3057.    not working properly after { brackets.
  3058. 96.Fixed RAW definitions being processed from the bottom
  3059.    of list upwards.
  3060. 97.Supports /globops command for DALnet.
  3061. 98.Can now prevent Quit messages from printing in status
  3062.     window with /halt.
  3063. 99./userhost results now update IAL.
  3064. 100.Improved /whois lookup code for /guser,/ruser,/finger,
  3065.     /dns, etc. commands that look up a users address.
  3066. 101.Fixed sending multiple files with /dcc send command.
  3067. 102.Added identifiers $mode(#) and $topic(#) which return
  3068.     the mode/topic of channels which you're currently on.
  3069. 103.Added identifier $count(string1,string2) which returns
  3070.     the number of times string2 occurs in string1.
  3071. 104.Speeded up remote processing a bit.
  3072. 105.DCC Get problem for netcom users fixed.
  3073. 106./links now displays links list properly on ircd 2.9.1 which
  3074.     sends the list in reverse order (are we surprised? ;)
  3075. 107.Notify pause time between checks is now based on the total
  3076.     number of nicks in your notify list. The minimum pause time
  3077.     is 20 seconds, the maximum pause time is 50 seconds.
  3078. 108.An alias cannot call *itself* anymore (except indirectly by
  3079.     calling another alias which calls it).
  3080. 109.Improved editbox processing routine slightly: now processes
  3081.     text entered into it even if another window is active or
  3082.     on top of it.
  3083. 110.Added /close -icfgms [nick1] [nickN] which closes windows of
  3084.     the specified type and nicknames. If no nicknames are given,
  3085.     all windows of the specified type are closed.
  3086.     i = only close inactive windows (doesnt apply to message windows)
  3087.     c = chat
  3088.     f = fserve
  3089.     g = gets
  3090.     m = message windows
  3091.     s = sends
  3092. 111.Removed /closechats, /closefserves, /closedccs commands. These
  3093.     are replaced by the /close command.
  3094. 112.Removed /maxdepth command.
  3095. 113.Added $timestamp identifier returns time in [xx:xx] format.
  3096. 114.Now allows you to enter multiple Ports (separated by commas) for
  3097.     each server. A random port will be picked at each connect.
  3098. 115.Fixed dcc get time-out bug.
  3099. 116.Removed "Show transfer progress as percent" switch, now only
  3100.     displays progress as a percentage.
  3101. 117.Added "Display fileserver warning" switch to dcc options dialog.
  3102. 118.Can now hold down the Shift key when tiling to tile vertically.
  3103. 119.Fixed channel nickname list updating incorrectly with certain
  3104.     combinations of /mode results.
  3105. 120.Now supports the ircd 2.9.1 ^G in a JOIN.
  3106. 121.Now triggers the part event if you close a channel window
  3107.     manually by clicking on the close button.
  3108. 122.The TAB key nickname list now only stores the nicknames of people
  3109.     who sent you normal query/channel messages, not ctcps.
  3110. 123.Fixed /timer bug.
  3111. 124./unset can now use wildcards, so /unset %test* will unset all
  3112.     variables beginning with %test.
  3113. 125./alias now tells you which alias it's adding/removing.
  3114. 126.Fixed gpf bug when low number values are used with time
  3115.     related functions/identifiers.
  3116. 127.Calling an alias from another alias only passes the required
  3117.     parameters and not all parameters.
  3118. 128.Now also handles .chat files which contain tab characters.
  3119. 129.Negative value variables are now handled properly.
  3120. 130.Reorganized identifiers-related code a bit (still in progress).
  3121. 131.Fixed small bug in installation program.
  3122. 132.Added Event beeps on/off switch in event beeps dialog, also
  3123.     added an /ebeeps [on|off] command.
  3124. 133.Fixed MDI channel window listbox/scrollbar display bug.
  3125. 134.Fixed /unset %var1 ... %varN.
  3126. 135.Can now hold down Shift key when clicking "connect" toolbar
  3127.     button to force mIRC to connect to last server and port
  3128.     again, instead of picking a new server or port.
  3129. 136.Fixed /return bug.
  3130.  
  3131. 06/07/96 - mIRC v4.52
  3132.  
  3133. Fixes/Additions:
  3134. 1.Fixed UTC permanently.
  3135. 2.Fixed invalid ctcp replies causing a gpf.
  3136. 3.Fixed /play bug.
  3137. 4.Fixed scrollbars not being set properly in some windows
  3138.   when they first open.
  3139. 5.Changed method of adding Icons to program manager
  3140.   in Installation program.
  3141. 6.Fixed bug in Installation program when installing into
  3142.   directory names with spaces in them.
  3143. 7.Fixed the COMMAND DDE topic to work better with certain
  3144.   types of poked commands.
  3145. 8.Fixed bug with Popup menus when using { } brackets to
  3146.   enclose commands in different level menu items.
  3147. 9.Fixed channels folder bug not allowing you to join a
  3148.   channel unless it was first added to the list.
  3149. 10.In COMMANDS, $parm1 now refers to the actual COMMAND.
  3150. 11.Server notices are now only displayed in status window.
  3151. 12.Added $address(nickname,type) which scans the internal
  3152.    address list and returns a users address if it's found.
  3153. 13.Added $logdir, $getdir, $wavedir, $mircdir which return
  3154.    current directory paths for each location.
  3155. 14.Identifiers in remote/popup commands which call aliases
  3156.    are now evaluated before the alias is called.
  3157. 15.Fixed ON NOTIFY not being triggered by notify event.
  3158. 16.mIRC will no longer allow the DO ctcp command to execute
  3159.    at or below the default user level.
  3160. 17.Now allows /group, /enable, and /disable commands to be
  3161.    used with the RAW section.
  3162. 18.Changed description of Protect option which said it worked
  3163.    with addresses.. it can only work with nicknames.
  3164. 19.Added $lf = chr(10) linefeed and $cr = chr(13) return.
  3165. 20.Added $lof(filename) which returns the size in bytes of
  3166.    the specified file.
  3167. 21.Added $pos(string,substring) which returns the position
  3168.    of substring in string.
  3169. 22.Fixed bug in remote when parsing { } brackets, was miscounting
  3170.    and skipping definitions.
  3171. 23.Made remote routines less strict in the type of format
  3172.    they expect in definitions. eg. the :> redirection.
  3173. 24.The channels.txt file now does not store channels that
  3174.    were excluded in the "Hide" parameters section.
  3175. 25.Added $send(N) and $get(N) which return currently open
  3176.    send/get windows.
  3177. 26.Fixed $chat(N) so it only returns the nickname of the user.
  3178. 27.Now allows multiple channel names as variables, eg:
  3179.  
  3180.    1:ON JOIN:%chan1,#mIRC,%chan2:etc...
  3181.  
  3182.    Or you can do:
  3183.  
  3184.    1:ON JOIN:%channels:etc...
  3185.  
  3186.    Where %channels is a list of channels separated by commas.
  3187.    You can't *combine* these though.
  3188. 28.Added $mask(address,type) which returns the address
  3189.    with the specified mask.
  3190. 29.Identifiers are now passed correctly when calling an alias
  3191.    from another alias.
  3192. 30.Added command line parameter -ppassword for use with the
  3193.    -jchannel parameter. Specifies password to join channel.
  3194. 31.Now supports the PASSWORD parameter in .chat files for
  3195.    joining a channel with a password.
  3196. 32.Added ON CHATOPEN, CHATCLOSE, SERVOPEN, SERVCLOSE events.
  3197.  
  3198.    1:ON CHATOPEN:/commands...
  3199.  
  3200. 33.Added /flushini <filename> which flushes the ini file to
  3201.    disk if it is currently being cached.
  3202. 34.Added /closedccs, /closechats, and /closefserves, which
  3203.    close all inactive send/get, chat, and fserve windows.
  3204. 35.Added $nopath(filename) identifier which returns only
  3205.    the filename with no path.
  3206. 36.Fixed $$ not working when used in $$1 $$2 .. $$N.
  3207. 37.Added $replace(string,substring,replacement)
  3208.    and $remove(string,substring).
  3209. 38.Speeded up processing of identifiers and commands.
  3210. 39.Speeded up display of info in /links window.
  3211. 40.Fixed NT bug... it didn't like low-level assembly routines.
  3212. 41.Fixed +v/-v mode display in channel nicknames listbox.
  3213. 42.The default /list setting for minimum number of people
  3214.    on a channel has changed from zero to four.
  3215. 43.Using /halt to prevent certain EVENTs from being displayed
  3216.    has been removed. It worked, but the order of display of
  3217.    information became non-intuitive and confusing. Will find
  3218.    a better way to do this for the next version.
  3219. 44.Added $result identifier which stores the result of
  3220.    a /return <result>. The result can be a number between
  3221.    0 and 30,000.
  3222.  
  3223. 30/06/96 - mIRC v4.5
  3224.  
  3225. Fixes/Additions:
  3226. 1.Major improvement of code in many places. mIRC
  3227.   now processes many things faster.
  3228. 2.Fixed possible bug with invalid nicknames being
  3229.   added to nick list on a channel.
  3230. 3.Fixed a bug in DDE routines which caused a GPF if
  3231.   external applications were too slow at processing
  3232.   DDE messages.
  3233. 4.Rewrote remote routines, they now look much less
  3234.   like spaghetti and work better.
  3235. 5.Can now use [ and ] evaluation brackets to control
  3236.   the order of evaluation of identifiers. Identifiers
  3237.   within brackets will be evaluated first, from left
  3238.   to right. You can nest brackets. This allows you to
  3239.   evaluate things any way you like...
  3240.  
  3241.   /notice $nick " $+ [ $read [ -s + [ $parm1 ] ] c:\text\note.txt ] $+ "
  3242.   /say % [ $+ [ $1 ] ]
  3243.  
  3244.   Definitions without evaluation brackets are evaluated
  3245.   the same way as before, though I've also improved the
  3246.   normal evaluation method slightly.
  3247. 6.Fixed small $read bug.
  3248. 7.Can now use server addresses in User list in remote.
  3249. 8.Added MDI options dialog to the Window menu which
  3250.   allows you to specify for each individual window if
  3251.   you want it opened as an MDI or as an independent
  3252.   desktop window.
  3253. 9.Standardised command error reply to: * /command: <message>
  3254. 10.Can now use delete key to delete URLs in URL window
  3255.    and Insert key to add a new url.
  3256. 11.Can now use Control-Tab to step through the different
  3257.    tabs in the setup and options dialogs.
  3258. 12.Wrote a setup program which allows you to install mIRC
  3259.    in a directory of your choice, creates backups of your
  3260.    current files, validates the zipped files to make sure
  3261.    they're not corrupted, and adds icons to the program
  3262.    manager for you.
  3263. 13.Improved DCC Send file dialog, can now select more than
  3264.    nine files at a time to dcc send.
  3265. 14.Fixed scrollbar sometimes not being positioned properly
  3266.    in certain windows.
  3267. 15.Added /titlebar command which allows you to change the text
  3268.    in the titlebar on the fly.
  3269. 16.Added protect list to options dialog, now works
  3270.    exactly like auto-op command, can specify channels
  3271.    for each nick.
  3272. 17.DCC Send/Get/Chat are now fully dynamically allocated
  3273.    structures ie. there is no limit on the number of DCCs.
  3274.    This speeds up dcc send/get processing a lot. This also
  3275.    fixes a few small bugs related to the way the older
  3276.    structures were being used.
  3277. 18.Improved the DCC Send/Get transfer windows, they now
  3278.    give information such as time taken, estimated time
  3279.    for transfer, characters per second, etc., and a
  3280.    progress bar.
  3281. 19.Window sizes for Chat/Server/Send/Get windows are now
  3282.    saved seperately for each type of window.
  3283. 20.Added ON BAN remote event, works like ON OP.
  3284.  
  3285.    5:ON BAN:#tree:/mode $chan -b $banmask
  3286.  
  3287. 21.Added option to Links window popup menu which lets you
  3288.    switch between displaying links as plain text or
  3289.    in a listbox.
  3290. 22.Wildcard routine now allows ? character to match any
  3291.    single character, the * is used as normal to match
  3292.    multiple characters. This affects matching text in
  3293.    ON TEXT, etc. as well as user addresses. Also fixed a
  3294.    small bug that was causing mismatches in certain cases.
  3295. 23.Now allows multiple channels in a remote event
  3296.    definition:
  3297.  
  3298.    1:ON OP:#moo,#help,#test:/notice ...
  3299.  
  3300. 24.Now allows %variables to be used in the text and
  3301.    channel positions of an event definition:
  3302.  
  3303.    1:ON TEXT:%text:%channel:/notice etc ...
  3304.  
  3305.    You can also use %variables for ctcp command names:
  3306.  
  3307.    1:%variable:/notice etc...
  3308.  
  3309. 25.Added a RAW section to the remote which catches NUMERIC
  3310.    events. This has it's own separate editbox because if
  3311.    mIRC had to scan your whole remote events definitions
  3312.    for each numeric event, things would slow down to a
  3313.    crawl.
  3314.  
  3315.    322:*mirc*:/echo 2 $parms
  3316.  
  3317.    This would print all lines which have the word "mirc"
  3318.    in them when you do a channels /list (this is a pretty
  3319.    intensive test).
  3320.  
  3321. 26.Fixed bug with notify list not being updated correctly
  3322.    when a user changed nicknames.
  3323. 27.For remote events and ctcp commands you can now prevent
  3324.    the normal text associated with that command from being
  3325.    displayed by using the /halt command.
  3326.  
  3327.    1:ON JOIN:#mIRC:/echo 3 #mirc [Joins $nick] | /halt
  3328.  
  3329.    So from now on when anyone joins channel #mIRC, only
  3330.    that text is displayed in the channel.
  3331.  
  3332.    Be warned: you can use this to prevent query windows
  3333.    from opening, plus other things which mIRC usually
  3334.    does for an event (though nothing critical).
  3335. 28.Window structures are now fully dynamically allocated
  3336.    so there is no limit on the number of windows which can
  3337.    be opened. This also speeds up processing quite a bit.
  3338. 29.Now allows alias, popup, and remote definitions like:
  3339.    <prefix definition> {
  3340.      /command1 ...
  3341.      /command2 ...
  3342.      /command3 ...
  3343.    }
  3344.    One line definitions are handled the same as before.
  3345.    The characters { } now have special meaning so you
  3346.    can't use them as normal text anymore.
  3347. 30.Major improvement of memory usage in command parser.
  3348. 31.Added "View" URL option in channels list popup menu
  3349.    which extracts and views a URL immediately.
  3350. 32.Added a /goto command which can be used in { } definitions.
  3351.  
  3352.    /greet {
  3353.      /set %x 0
  3354.      :retry
  3355.      /inc %x
  3356.      /goto %x
  3357.      :2
  3358.      /echo bye!
  3359.      /halt
  3360.      :1
  3361.      /echo hi!
  3362.      /goto retry
  3363.    }
  3364.  
  3365.    You can also use a variable as a goto name, eg.
  3366.  
  3367.    :%jumppoint
  3368.  
  3369.    if you "/set %jumpoint 5" then you can do "/goto 5"
  3370.    and mIRC will evaluate %jumpoint to 5 and jump to it.
  3371.  
  3372. 33.You can now use the /return command to finish processing
  3373.    an alias command and to allow any default processing to
  3374.    continue. eg.
  3375.  
  3376.    1:ON JOIN:#mIRC {
  3377.      /echo 3 #mirc [Joins $nick]
  3378.      /return
  3379.      /echo 3 #mirc I'm not printed!
  3380.    }
  3381.    
  3382. 34.Added "Always On Top" setting to system menu of windows
  3383.    when they are opened as desktop windows.
  3384. 35.Text in status, queries, and channels windows is now
  3385.    rewrapped to fit the window whenever a window is resized
  3386.    or a font is changed.
  3387. 36.Added two new events:
  3388.  
  3389.    1:ON FILESENT:*.txt,*.ini:/echo Sent $filename to $nick ( $+ $address $+ )
  3390.    1:ON FILERCVD:*.txt,*.ini:/echo Received $filename from $nick | /run notepad.exe $filename
  3391.  
  3392.    These only react to successful DCC transers.
  3393. 37.Added /writeini command and $readini identifier which use
  3394.    the built-in ini routines to write/read standard ini files.
  3395.  
  3396.    /writeini <inifile> <section> <item> <value>
  3397.    $readini <inifile> <section> <item>
  3398.  
  3399.    These will allow better control of storage of different
  3400.    types of information into different sections in a file.
  3401. 38.Now allows aliases to call other aliases, or even to call
  3402.    themselves recursively. As a safeguard against infinite
  3403.    loops, the default maximum recurse depth is set at 10. This
  3404.    can be changed with the /maxdepth command. The minimum
  3405.    depth allowed is 1 (aliases can't call other aliases) and
  3406.    the maximum is 100. Calling aliases from within aliases
  3407.    uses quite a bit of memory, so this might cause problems
  3408.    in certain situations where memory is low etc.
  3409. 39.The /links window now has the save buffer option in the
  3410.    system menu.
  3411. 40.Now supports Drag-and-drop files onto channel, channel nick
  3412.    listbox, query/chat, and notify windows. Can define aliases
  3413.    for each type of dropped file, as well as different aliases
  3414.    if the Shift key is pressed when the file is dropped. See
  3415.    Drag-drop tab in options dialog.
  3416. 41.The /set /unset /inc /dec commands now default to not
  3417.    displaying information unless called directly from the
  3418.    command line. To force them to display info, you can use
  3419.    the [-s] switch eg. /set -s %x 1
  3420. 42.Improved the copy routine slightly... if lines being copied
  3421.    originally belonged to the same line, then they are combined
  3422.    instead of separated. If you want to force mIRC to copy text
  3423.    exactly as it appears in the window then hold down the SHIFT
  3424.    key when you do the mark/copy.
  3425. 43.In remote, instead of using the * prefix for commands to
  3426.    be performed only when you're an Op, you can now use the @
  3427.    sign. Both are handled, but I will only specify the @ in
  3428.    the documentation since it makes more sense.
  3429. 44.Increased maximum items for popup menus from 300 to 600.
  3430. 45.Now ignores any mirc.ini in the windows directory and uses
  3431.    the mirc.ini in the current mirc.exe path.
  3432. 46.Invalid CTCP messages are not replied to anymore.
  3433. 47.Fixed a small time-out bug related to dcc send/get/chat.
  3434. 48.New Identifiers:
  3435.  
  3436.    $abs(N) returns the absolute value of number N.
  3437.    $chr(N) returns the character with ascii number N.
  3438.    $asc(C) returns the ascii number of the character C.
  3439.  
  3440.    $len(text) returns the length of "text".
  3441.  
  3442.    $upper(text) returns "text" in uppercase.
  3443.    $lower(text) returns "text" in lowercase.
  3444.  
  3445.    $left(N,text) returns N left characters.
  3446.    $right(N,text) returns N right characters.
  3447.    $mid(S,N,text) returns N characters starting at S.
  3448.    $str(N,text) returns "text" repeated N times.
  3449.  
  3450.    $token(N,C,text) return Nth token separated by character C
  3451.                     (C is the ascii number of a character)
  3452.  
  3453.    $lines(file) return number of lines in specified file.
  3454.  
  3455.    $nick(N,#) returns Nth nickname on channel #.
  3456.    $snick(N,#) returns Nth selected nickname on channel #.
  3457.    $opnick(N,#) returns Nth Op nickname on channel #.
  3458.    $nopnick(N,#) returns Nth non-Op nickname on channel #.
  3459.  
  3460.    $channel(N) returns the Nth channel that you are on.
  3461.    $query(N) returns the Nth query window you have open.
  3462.    $chat(N) returns the Nth dcc chat window you have open.
  3463.  
  3464.    $notify(N) returns the Nth notify nick currently on IRC.
  3465.  
  3466.    For the above identifiers you can specify N as 0 (zero)
  3467.    to get the total number of nicks/channels/etc. for that
  3468.    identifier.
  3469.  
  3470.    $snotify   returns notify nick currently selected in
  3471.               notify list box.
  3472.  
  3473.    $level(address) finds a matching address in the remote
  3474.                    users list and returns its levels.
  3475.  
  3476.    $away returns the value $true or $false.
  3477.  
  3478.    Identifiers/variables can be placed inside the brackets.
  3479.  
  3480.    Example: /echo $right(3,$left($len(goats),ToMooOrNotToMoo))
  3481.  
  3482. 49.Added a simple /if statement...
  3483.  
  3484.    /if v1 operator v2 { ... }
  3485.    /elseif v1 operator v2 { ... }
  3486.    /else { ... }
  3487.  
  3488.    Example:
  3489.  
  3490.    if (((%x == 2) || (%y >= 3)) && ($1 == $parm1)) { echo match1! }
  3491.    else if ($len(%input) == 5) { echo match2! }
  3492.    else echo no match!
  3493.  
  3494.    If/elseif/else can all be nested inside each other. You
  3495.    should use () and {} brackets to make sure that you're
  3496.    terms are evaluated correctly though you don't *have* to
  3497.    use them.
  3498.  
  3499.    Using brackets also speeds up processing quite a bit since
  3500.    mIRC then knows exactly what it has to evaluate.
  3501.  
  3502.    Available comparisons:
  3503.  
  3504.    ==    equal to
  3505.    !=    not equal to
  3506.    <     less than
  3507.    >     larger than
  3508.    >=    larger than or equal to
  3509.    <=    smaller than or equal to
  3510.  
  3511.    //    is a multiple of
  3512.    \\    is not a multiple of
  3513.  
  3514.    isin  string v1 is in string v2
  3515.    iswm  wildcard string v1 matches string v2
  3516.  
  3517.    ison  nickname v1 is on channel v2
  3518.    isop  nickname v1 is an op on channel v2
  3519.  
  3520.    isnum number v1 is a number in the range v2
  3521.          which is in the form n1-n2 (v2 optional)
  3522.  
  3523.    ischan if v1 is a channel which you are on.
  3524.  
  3525.    isauto  if v1 is a user in your auto-op list for
  3526.            channel v2 (v2 optional)
  3527.  
  3528.    isignore if v1 is a user in your ignore list with the
  3529.             ignore switch v2 (v2 optional)
  3530.  
  3531.    isprotect if v1 is a user in your protect list for
  3532.              channel v2 (v2 optional)
  3533.  
  3534.    isnotify if v1 is a user in your notify list.
  3535.  
  3536.    To negate the above you can prefix them with an !
  3537.    exclamation mark.
  3538. 50.In all definitions, you do not need to specify the
  3539.    / command character any more for commands since it
  3540.    is really only needed when typing commands into the
  3541.    editbox. This also means you don't need to specify
  3542.    the / when defining aliases, etc. See 51.
  3543. 51.Variables or identifiers that don't evaluate to a value
  3544.    now return the value $null so they can be used in the
  3545.    if statement for checking etc. eg.
  3546.  
  3547.    listops {
  3548.      echo 4 * Listing Ops on #
  3549.      set %i 1
  3550.      :next
  3551.      set %nick $nick(%i,#)
  3552.      if %nick == $null goto done
  3553.      if %nick isop # echo 3 %nick is an Op!
  3554.      inc %i
  3555.      goto next
  3556.      :done
  3557.      echo 4 * End of Ops list
  3558.    }
  3559.  
  3560. 52.When entering text in an editbox you can now hold down
  3561.    the CONTROL key when pressing Enter and the text will be
  3562.    sent as plain text even if it begins with a command
  3563.    character. This will also work when you paste text into
  3564.    the editbox.
  3565. 53.Text in Alias, Popup, and Remote ediboxes is now auto-
  3566.    indented when { } brackets are encountered.
  3567. 54.Enlarged DCC Chat dialog to make it easier to use.
  3568. 55.You can now use an = (equal sign) to assign values to
  3569.    variables.
  3570.  
  3571.    %x = 5 + 1
  3572.    %x = 5 - %y
  3573.    %x = %x * 2
  3574.    %x = %z / $2
  3575.    %x = %x % 3
  3576.  
  3577.    Can only perform a single operation in an assignment
  3578.    at this time. You can also still do /set %x 5 + 1.
  3579. 56.Added $ctime identifier which returns total number of
  3580.    seconds elapsed since 00:00:00 GMT, January 1, 1970. This
  3581.    can be used with PING to find out how many seconds it took.
  3582. 57.Added ON CTCPREPLY to listen for replies to ctcps. eg.:
  3583.  
  3584.    1:ON CTCPREPLY:PING* {
  3585.      if ($parm2 == $null) echo [ $+ $nick PING reply]
  3586.      else {
  3587.        %pt = $ctime - $parm2
  3588.        if (%pt < 0) set %pt 0
  3589.        echo [ $+ $nick PING reply] %pt seconds
  3590.      }
  3591.      halt
  3592.    }
  3593.  
  3594. 58.Identifer $active returns the full name of the currently
  3595.    active window.
  3596. 59.Added Font button to alias, popup, and remote dialogs
  3597. 60.mIRC now automatically gets your web browsers path and
  3598.    name from the registry if it's there.
  3599. 61.Channels list is now saved to a file "channels.txt" and the
  3600.    channels list dialog now has "Apply" and "Get List" buttons.
  3601.    If "Get List" is pressed then a list is read from the server,
  3602.    if "Apply" is pressed then the latest list is used whether in
  3603.    the channels listbox or in the "channels.txt" file. The date
  3604.    time and server name are also stored in this file.
  3605. 62.Added "Save to file" item in channels list popup menu which
  3606.    allows you to save the currently displayed list to a file.
  3607. 63.Added "PORT" item to DDE which returns the current irc
  3608.    server port you are using.
  3609. 64.If userid in ident server is empty then mIRC assumes you're
  3610.    a new user and automatically fills in the userid from the
  3611.    email address you entered and turns on the ident server.
  3612. 65.Can now use the /quote command to do the same thing as /raw.
  3613. 66.Now supports server-side filtering on UNDERNET channels for
  3614.    the minimum and maximum number of users on a channel. This
  3615.    means that you will only receive a list of channels which
  3616.    match your choices for these two criteria.
  3617. 67.Can now use Alt-J to pop up the channels folder dialog.
  3618. 68.Speeded up display of Channel nicknames listbox. This actually
  3619.    affects quite a few other things in mIRC since the channels
  3620.    listbox was being used to store the nicknames for each channel.
  3621.    Now the nicknames are stored internally. Any command or
  3622.    function that involves checking/using nicknames is now far
  3623.    faster than before.
  3624. 69.Now sounds an event beep when a chat that you initiated
  3625.    makes a connection.
  3626. 70.Can now set a string variable to an empty string with "".
  3627.    eg. set %name ""  or  %s = ""
  3628. 71.Text in the alias/popup/remote dialogs is now displayed
  3629.    quickly.
  3630. 72.The Wait cursor is now used in more places to give a
  3631.    better indication of when mIRC is busy doing something.
  3632. 73.Can now select multiple files in the Log File listbox
  3633.    to make deleting files easier.
  3634. 74.For $read and /play you no longer need to specify the
  3635.    number of lines in a file on the first line of the file.
  3636.    If you do, mIRC will use the number and will work faster,
  3637.    if you don't mIRC will count the lines itself.
  3638. 75.Can now use Control-Break to break out of a currently
  3639.    executing alias in case it's in an infinite loop, etc.
  3640. 76.mIRC now defaults to using aliases.ini, popups.ini, and
  3641.    remote.ini files if these files aren't specified in mirc.ini,
  3642.    and if these sections aren't found in mirc.ini. If these
  3643.    files don't exist, mIRC will create them.
  3644. 77.Added /alias command which allows you to add and remove
  3645.    aliases from the aliases list. Only works for *single line*
  3646.    aliases.
  3647. 78.Colour now works in DCC Chats.
  3648. 79.Speeded up Tab display in setup and options dialogs.
  3649. 80.Fixed Editbox bug when pressing enter and text isn't sent.
  3650. 81.DDE Server now defaults to ON with service name MIRC.
  3651. 82.Added "CONNECT" DDE topic, which connects you to a server and
  3652.    joins a channel. The data format is: irc.funet.fi,6667,#mIRC,1
  3653.    where the last digit is a 1 or 0 indicating whether you want
  3654.    mIRC to be activated or not. This is an XTYP_POKE.
  3655. 83.Converted some routines to assembly to increase speed.
  3656. 84.Added $asctime() which converts the value returned by $ctime
  3657.    or a PING into a full date in text format.
  3658. 85.Added support for ctcp UTC.
  3659. 86.Now ignores DCC-related ctcps sent to a channel.
  3660. 87.Shift-F1 now pops up the keyword search dialog for the help file.
  3661.  
  3662. 27/04/96 - mIRC v4.1 (final bugfix release)
  3663.  
  3664. Fixes/Additions:
  3665. 1.Fixed /sound being limited to eight character
  3666.   channel/nick names.
  3667. 2.Fixed mirc.ini file being corrupted in
  3668.   certain situation.
  3669. 3.Fixed servers sorting bug in setup dialog.
  3670. 4.Added /links window which displays a list
  3671.   of all servers in the network and allows
  3672.   easy connecting, etc.
  3673. 5.Fixed character | bug in nicknames/userids.
  3674. 6.Fixed small ON CHAT bug.
  3675. 7.Fixed DCC Get minimize button not remembering
  3676.   setting.
  3677. 8.Fixed $ bug.
  3678. 9.Fixed icon highlighting bug.
  3679. 10.Fixed bug that was intermittently affecting
  3680.    various commands.
  3681. 11.Fixed /ctcp with "dcc" in nickname bug.
  3682. 12.reFixed Beep.
  3683. 13.Fixed not replying to server PING bug.
  3684. 14.Fixed /unset command not working in an alias.
  3685. 15.Now saves window buffer to ".log" instead
  3686.    of a ".txt" file.
  3687. 16.Added Log file listbox and View/Delete log
  3688.    to Logging options dialog.
  3689. 17.Now displays in the status bar the *actual*
  3690.    address of the server you connect to.
  3691. 18.Improved context sensitive F1 help key to
  3692.    work with more dialogs.
  3693. 19.Fixed small identd and finger bug.
  3694. 20.Added Fileserver warning dialog to warn
  3695.    new users.
  3696. 21.Added $hfile identifier which is like the $file
  3697.    dialog except it lists files horizontally.
  3698. 22.Fixed fileserver "read" command bug.
  3699. 23.Added option to display identd requests.
  3700. 24.Improved mark/copy text routine a bit.
  3701. 25.Remodelled about dialog.
  3702. 26.Fixed socks firewall access.
  3703. 27.Added $++ identifier which works the same as
  3704.    the $+ identifier but does the concatenation
  3705.    after the previous item has been evaluated, so
  3706.    something like this works now:
  3707.      /say " $+ $read c:\test.txt $++ "
  3708. 28.Auto-join on invite now ignores invites to
  3709.    channel 0. (/join 0 makes you part all channels,
  3710.    seems to be an irc server feature).
  3711. 29.Finger window is restored if it is minimized
  3712.    when you try to do a finger.
  3713. 30.Changed /list command so you don't have to prefix
  3714.    the wildcard text with a #. eg. /list help
  3715.    and /list *help* is turned into /list help
  3716. 31.Now displays /whois Idle time in hours/minutes/
  3717.    seconds format instead of just seconds.
  3718. 32.Clicking on "Arrange Icons" now places icons
  3719.    behind open windows when arranging them.
  3720. 33.Now shows both server name and Port number
  3721.    when connecting.
  3722. 34.Status window default height is now larger.
  3723. 35.Now handles "erroneous nickname" better.
  3724. 36.If no directory is specified in the wave filename
  3725.    for the /wavplay command, it now defaults to the
  3726.    wave directory specified in the Sound Requests
  3727.    options dialog.
  3728. 37.Other things.
  3729.  
  3730. 20/03/96 - mIRC v4.0 (final version)
  3731.  
  3732. Fixes/Additions:
  3733. 1.Fixed standard editbox popup menu under 95 not
  3734.   being displayed on a right mouse-click.
  3735. 2.Fixed problem with /ctcp to a user with "dcc"
  3736.   in nickname.
  3737. 3./query command pops an existing window to the
  3738.   front if it's hidden.
  3739. 4.Fixed "parameter dialog" popping up bug.
  3740. 5.Fixed Channel Dialog gpf bug if kicked while
  3741.   dialog still open.
  3742. 6.Dynamic help menu now displays a list of .hlp files
  3743.   in mIRC's directory, as well as the readme.txt,
  3744.   versions.txt, and update.txt files, for quick
  3745.   access. Also adds internal aliases that match
  3746.   these filenames, so if you have "winsock.hlp" in
  3747.   the help menu you can type /winsock <topic>. The
  3748.   menu is always updated before it is displayed.
  3749. 7.[removed]
  3750. 8.Added "play wave" options to event beeps section.
  3751. 9.Now remembers DDE settings across sessions,
  3752.   added to "Servers" section in options dialog.
  3753. 10.Added "Popup notify window on connect" option.
  3754. 11.Added new configurable menu which allows you to
  3755.    add a menu to the main menu bar. This menu has
  3756.    the functionality of both the main, query,
  3757.    and nickname popup menus, and allows you to
  3758.    define commands that work in different types
  3759.    of windows.
  3760. 12.Can now test for and prevent SOUND ctcp's
  3761.    in the remote.
  3762. 13.Fixed channel list "Hide" parameters being
  3763.    erased in certain situations.
  3764. 14.Modularized Tab dialog routines so now they're
  3765.    "completely" independent of the rest of the code.
  3766. 15.Improved setup dialog/server selection:
  3767.    a) Added "group" definition to servers. When sorting
  3768.       the servers list this groups servers with the
  3769.       same group name together.
  3770.    b) Added "connection retry" options. One second
  3771.       delay inbetween connect retries.
  3772.    c) Can select multiple servers to connect to.
  3773.    d) Can do "/server groupname" which will cycle through
  3774.       all servers of group "groupname" when trying to connect.
  3775.  
  3776.    NOTE:
  3777.    When using the 16bit mIRC, winsock will "freeze" sometimes
  3778.    when cancelling a connection. This is because winsock has
  3779.    to timeout... as far as I know, mIRC can do nothing about
  3780.    this since it is built-in to winsock, so even if mIRC
  3781.    cancels a connection, winsock still waits for 10 seconds
  3782.    *anyway* before completing the cancellation. This might
  3783.    result in other problems.
  3784.  
  3785. 16.Added "Popup channel folder on connect" option.
  3786. 17.Now capitalizes the first word in a ctcp message.
  3787. 18.Notify:
  3788.    a) Now has it's own window in options dialog.
  3789.    b) Number of nicks is unlimited.
  3790.    c) Allows little notes for each nickname.
  3791. 19.Added /commands [on|off], turns remote commands on/off.
  3792.    /events [on|off] turns only events on/off, and
  3793.    /remote [on|off] now turns both commands and events on/off.
  3794. 20.Added other beep/close options to dcc options dialog.
  3795. 21.Fixed $parms bug, was only storing first 256 chars.
  3796. 22.Added "Place ? marked urls at top of list" option in url options.
  3797. 23.Can now do "/ignore -auN", which unignores the
  3798.    specified address after N seconds. Can now also do,
  3799.    /ignore -apcnti, where p=private,c=channel,n=notice,
  3800.    t=ctcp,i=invite.
  3801. 24.Can now enter auto-op addresses with channels,
  3802.    eg. nick!user@address,#mirc,#mircplus
  3803. 25.All /dde commands are now buffered and sent at intervals
  3804.    specified by the DDE delay option.
  3805. 26.Added /clearall command which clears buffers of all
  3806.    status, channel, and private windows.
  3807. 27.Now warns you if you try to quit mIRC when there are
  3808.    DCC Transfers in progress.
  3809. 28.[removed]
  3810. 29./links command results are now displayed in a coloured
  3811.    tree fashion to make it more readable (?)
  3812. 30.Added "pop up setup dialog on startup" option.
  3813. 31.Improved speed of text display slightly.
  3814. 32.Fixed /rlevel not removing levels in certain situations.
  3815. 33.Added -s<text> option to /write command, scans file for a
  3816.    line beginning with <text> and writes to it.
  3817. 34.[removed]
  3818. 35.Added /groups [-e|d] command which lists all, enabled,
  3819.    and disabled groups in remote definitions.
  3820. 36.Can now use #$?#="etc." which will ask for a channel
  3821.    name if you try to use the command in a non-channel
  3822.    window, otherwise it uses the channel name of the
  3823.    currently active channel window.
  3824. 37.Command parsing routine completely rewritten, much
  3825.    more robust and evaluates identifiers etc. more
  3826.    intelligently now. However, because of increased
  3827.    processing/checking etc. this routine is now slower
  3828.    than the older routine.
  3829. 38.Moved Ident server options to setup dialog.
  3830. 39./speak command requests are now also placed
  3831.    in delayed DDE queue.
  3832. 40.Added variable support:
  3833.    /set [-q] <%var) [value]
  3834.    /unset [-q] <%var> [%var2] ... [%varN]
  3835.    /unsetall
  3836.    /inc [-q] <%var> [value]
  3837.    /dec [-q] <%var> [value]
  3838.    Can be edited in Variables section in remote dialog.
  3839. 41.Iconized Notify and Url windows are now highlighted
  3840.    whenever their contents change.
  3841. 42.Notify and URL toolbar buttons are now also highlighted
  3842.    if either the window isn't open or isn't active.
  3843. 43.Fixed /ctcp nick VER bug.
  3844. 44.Fixed beeping bug where mIRC wasn't beeping properly
  3845.    for some users.
  3846. 45./sound now doesn't require you to specify a message.
  3847. 46.Added $level which represents users level in remote.
  3848. 47.Added /remove <filename> which deletes the specified file.
  3849. 48.Added $cd which represents users current directory
  3850.    in a fileserver session (Used in ON SERV event).
  3851. 49.Specifying a nickname in the finger dialog now works
  3852.    the same way as /finger <nickname>.
  3853. 50.Can now use /nick while not connected to server:
  3854.    /nick <nickname> [alternate]
  3855. 51.Fixed bug in resolving dns addresses.
  3856. 52.Fixed /finger not resolving for some users.
  3857. 53./auto and /ignore now *add* an address by default,
  3858.    to remove an address you can use the -r switch.
  3859.    ie. they do not toggle anymore.
  3860. 54.Added Firewall option, doesn't allow DCC's through
  3861.    a firewall yet though.
  3862. 55.Added "IP method" option for users with different
  3863.    winsock setups.
  3864. 56.Fixed DCC Sending a file with the same name as users
  3865.    nickname (would result in an error message).
  3866. 57.Fixed URL sorting in url window.
  3867. 58.Now tests to see if dcc send filename is a system device,
  3868.    if so dcc send is ignored.
  3869. 59.Fixed & characters in editboxes in options dialog
  3870.    being messed up.
  3871. 60.Fixed disappearing ini and temp files not being removed (?)
  3872. 61.Fixed "read" in fileserver allowing read access to files
  3873.    outside home directory.
  3874. 62.Fixed occasional "notice" gpf.
  3875. 63.Fixed ctcp TIME missing trailing ^A.
  3876. 64.Fixed Status window saving/reset not working.
  3877. 65 Can now specify -sgroupname on the command line.
  3878. 66.Other bits and pieces.
  3879.  
  3880. 06/01/96 - mIRC v3.92
  3881.  
  3882. Fixes/Additions:
  3883. 1.Fixed /sound gpf bug.
  3884. 2.Fixed security bug in remote.
  3885. 3.Fixed gpf bug on windows opening due to old
  3886.   window pos/size format in mirc.ini.
  3887. 4.Changed fingers storage method in mirc.ini.
  3888. 5.Improved Channels List dialog.
  3889. 6.Popups are now fully allocated dynamically.
  3890. 7.Changed $file identifier to display only files,
  3891.   can now use $dir to display both directories
  3892.   and files.
  3893. 8.Added /font command which pops up the font
  3894.   dialog.
  3895. 9.Added "Extract URL" menu item to channels list
  3896.   popup menu, which extracts a URL from a channels
  3897.   topic and puts it in the URL list.
  3898. 10.DCC Send "percent" info is now updated when
  3899.    an Ack is received, not when a packet is sent.
  3900. 11.Fixed $parms not working with $read.
  3901. 12.Speeded up tabs display in options dialog slightly.
  3902. 13.Small improvements in DDE response speed.
  3903. 14.Function key aliases can now execute several
  3904.    commands by using the | command seperator.
  3905. 15.Fixed DCC gpf problem (?)
  3906. 16.Fixed $read not closing files in certain situations.
  3907. 17.When entering text in an editbox mIRC now beeps
  3908.    when you are within 30 characters of the maximum
  3909.    allowed line length.
  3910. 18.mIRC now works with the three major WWW Browsers.
  3911. 19.Fixed '=' prefix processing bug in remote.
  3912.  
  3913. 28/12/95 - mIRC v3.9
  3914.  
  3915. Fixes/Additions:
  3916. 1.Fixed the /join KEY bug.
  3917. 2.Add -q switch to /raw which makes the /raw command
  3918.   work "quietly", not printing out what it's sending.
  3919. 3.Fixed channel folder dialog not remembering
  3920.   added/deleted channels when pressing OK.
  3921. 4.Now /ignores invites as well.
  3922. 5.Fixed the remote DO command.
  3923. 6.Can now handle &channels, fully supported in aliases,
  3924.   popups, and remote definitions.
  3925. 7.Redecorated. Tending towards simple and uncluttered
  3926.   menus and interface.
  3927. 8.Removed font dialog, can now change a font only from
  3928.   a windows system menu.
  3929. 9.Can now do /me or /action in dcc chat windows.
  3930. 10.The 32bit under 95 now saves logs and buffers using
  3931.    the full length filename.
  3932. 11.ON TEXT etc. now allow wild card matches using
  3933.    multiple * in the match text.
  3934.  
  3935.    NOTE: the text matching routine in ON TEXT etc.
  3936.    doesn't use the = sign anymore, as it's now redundant.
  3937.  
  3938. 12.Found bugs in the wildcard matching routine while
  3939.    making ON TEXT work with it. Fixed.
  3940. 13.Made Tabs in options dialog more 95-ish. The bold
  3941.    font is still there though, sorry, I like it!
  3942. 14.mIRC now does NOT reply to unknown ctcp messages,
  3943.    it just prints them in your window as usual and
  3944.    then ignores them (as per the RFC).
  3945. 15.Aliases now work better when called from remote
  3946.    definitions.
  3947. 16.Fixed -l# switch in play command.
  3948. 17.Improved positioning of various dialogs.
  3949. 18.DALnet URL catching on joining a channel now works.
  3950. 19.Nicks in notify list are no longer forced to lowercase.
  3951. 20./save can now be used in an alias with | separators.
  3952. 21.Added -stext option to $read, which scans the specified
  3953.    file for a line beginning with the specified text.
  3954. 22./pop delay is now randomly *close* to the number you
  3955.    specify as a delay.
  3956. 23.Fixed /server N (specifying server number).
  3957. 24.Fixed window bug possibly related to dcc gpfs.
  3958. 25.Added -u# switch to /ban command which specifies delay
  3959.    time before unbanning the specified ban. Minimum delay
  3960.    time is 10 seconds. If no number is specified, it defaults
  3961.    to 30 seconds. eg. /ban -u15 nick
  3962. 26./fingering a nick now only adds the nick's address to the
  3963.    fingered addresses list, not the users whole irc address.
  3964. 27.Now allows an unlimited number of /timers.
  3965. 28.Fixed ini specification on command line.
  3966. 29.Improved dynamic memory allocation in various places.
  3967. 30.Added notify list window. Can use the toolbar notify button
  3968.    or /notify [-sh] to show/hide the window. Please note that
  3969.    there is a minimum window width under 95 that I haven't
  3970.    been able to override.
  3971. 31.Address returned by IAL was sometimes invalid. Fixed.
  3972. 32.Added [-ar] switches to /notify, /protect, /ignore,
  3973.    which forces the command to -add or -remove a nick
  3974.    instead of toggling it.
  3975. 33.Added $site identifier for remote addresses.
  3976.    eg. for khaled@mardam.demon.co.uk
  3977.    $site = mardam.demon.co.uk
  3978. 34.Now allows /sound in dcc chats.
  3979. 35.Added minimal DDE support, as well /dde command and
  3980.    a $dde identifier, to be expanded. See DDE section in
  3981.    help file for description
  3982. 36.Added "Edit" button for editing finger file in options
  3983.    dialog.
  3984. 37.Can now access popup menus in the notify, URL, and channels
  3985.    list window through the keyboard. Pressing RETURN performs
  3986.    a "double-click", pressing SPACE pops up the popup menu.
  3987. 38.Added Alt-N for notify and Alt-U for URL windows.
  3988. 39./msg command now by default doesn't switch to the
  3989.    window you're sending a message to unless you specify
  3990.    the [-s] switch. eg. /msg -s hiya!
  3991. 40.Added /timestamp [on|off] command.
  3992. 41.Added /partall command which parts all the channels
  3993.    you're currently on.
  3994. 42.Added "Minimize DCC get window" option.
  3995. 43.Added $adate (for US style month/day/year),
  3996.    and $fulldate which spells it all out.
  3997. 44.Added a "time to activate" option to the /timer
  3998.    command, eg. /timer1 11:30 1 1 /say It's now 11:30am
  3999. 45.Fixed "filename" in quotes with no spaces bug.
  4000. 46.Fixed using $?="text" identifier.
  4001. 47.Added $file identifier, eg. in a popup menu item:
  4002.    Play Wave:/wavplay $file="Select a Wave!" c:\waves\*.wav
  4003. 48.Fixed disappearing aliases/popups/remote bug, where
  4004.    filenames for each of these were being reset to the
  4005.    mirc.ini file.
  4006. 49.Added a "/timers off" switch which allows you to turn
  4007.    off all active timers.
  4008. 50.Alt-L now pops up the Channels List dialog.
  4009. 51.Added /disconnect command, hard disconnect from server
  4010.    without a /quit.
  4011. 52.Fixed ON SNOTICE reacting twice to server notices.
  4012. 53.Fixed/Improved other bits and pieces.
  4013.  
  4014. 25/11/95 - mIRC v3.8
  4015.  
  4016. Fixes/Additions:
  4017. 1.Added option to show invites in active window.
  4018. 2.Fixed $! bug.
  4019. 3.Added option to auto-resume existing files.
  4020. 4.Fixed /echo with invalid parameters gpfing.
  4021. 5.Option dialog now remembers it's "view" across
  4022.   sessions.
  4023. 6.Paused op wasn't clearing a nick from it's list
  4024.   immediately if a nick parted or quit, but had to
  4025.   timeout first.
  4026. 7.Added /speak <text> command which uses monolog
  4027.   to speak the specified text.
  4028. 8.Added /dns <nick/address> which resolves addresses.
  4029.   If mIRC sees a "." in the name you specify it assumes
  4030.   it's an address and tries to resolve it. Otherwise
  4031.   it assumes it's a nickname and does a /whois to
  4032.   find the users address and then looks it up. If you
  4033.   give it an IP address, it looks up the host name.
  4034. 9.Removed small users window in remote dialog, now
  4035.   using one big window for users, commands, and events.
  4036. 10.The Add Dialog has been discontinued. Check out the
  4037.    alias, popup, and remote dialogs for the improvement.
  4038.  
  4039.    IT IS *HIGHLY* RECOMMENDED THAT THE ALIAS, POPUP,
  4040.    AND REMOTE SECTIONS BE SAVED SEPERATE FROM THE
  4041.    MAIN MIRC.INI FILE FROM NOW ON. THE MIRC.INI
  4042.    CAN'T HANDLE THE STORAGE OF LARGE AMOUNTS OF
  4043.    INFORMATION AS REQUIRED BY THE ALIAS, POPUP,
  4044.    AND REMOTE SECTIONS.
  4045.  
  4046. 11.Finally fixed DCC Send/Get windows sometimes
  4047.    not auto-closing at end of transfer (?)
  4048. 12.Right-clicking in a non-active window will now
  4049.    bring it to the top and make it active.
  4050. 13.Fixed socket error message when running second
  4051.    copy of mIRC (didn't actually affect anything).
  4052. 14.For new users, mIRC no longer copies the mirc.ini
  4053.    to the windows directory but leaves it and uses it
  4054.    in the same directory as the EXE. However, if it
  4055.    finds an mirc.ini in the windows directory it will
  4056.    use it (to remain compatible with older users).
  4057. 15.Small fixes relating to Function keys.
  4058. 16.Can now use /load -apuce <file.ini> or
  4059.    /save -apuce <file.ini> to load and save aliases,
  4060.    popups, and remote sections from the command line.
  4061.    NOTE: You can only refer to one section at a time,
  4062.    so you can't do /load -ap some.ini.
  4063. 17.All memory in the parsing and remote routines is
  4064.    now allocated dynamically.
  4065. 18.Added ignore options to dcc send/chat in the dcc
  4066.    options dialog. Can also use /sreq and /creq
  4067.    (send request and chat request) with the parameters
  4068.    [ ask | auto | ignore] from the command line.
  4069. 19.Added "ON CHAT:text:/msg ..." and ON SERV events to
  4070.    scan text in dcc chat windows and fileserver windows.
  4071. 20.Added command line option to connect to a server and
  4072.    join channels which is more of a standard WWW link
  4073.    definition: //server:port/#channel,#channel
  4074. 21.Fixed GPF problem for some users when quitting mIRC (?)
  4075. 22.Added /flush [levels] command. This clears the remote user
  4076.    list of nicknames that are no longer valid. For each nick
  4077.    in the user list that matches the specified levels mIRC
  4078.    checks to see if that nick is on any of the channels that
  4079.    you are currently on. If not, the nick definition is removed
  4080.    from the user list. If you do not specify [levels] then
  4081.    mIRC clears all nicks from the user list that don't exist
  4082.    on channels you are on.
  4083. 23.Added "me" prefix to remote definitions, eg.:
  4084.    me:1:ON JOIN:/msg etc...
  4085.    This limits a command definition to reacting only to
  4086.    events caused by your client. This is useful in case you
  4087.    use Bots which have the same address as you.
  4088. 24.The address in the Finger dialog now defaults to
  4089.    the last address which was fingered.
  4090. 25.The /play command has been improved in a major way, 
  4091.    it can now queue requests (see the help file!)
  4092. 26.Fixed bug with highlighting in query windows.
  4093. 27.Added Finger server (must be set up in a certain
  4094.    way, see the help file on how to do this).
  4095. 28.Added ON SNOTICE event, which listens for server
  4096.    notices and can filter them ie. prevent them from
  4097.    being displayed.
  4098. 29.Remodelled the setup dialog. Can now also store
  4099.    an unlimited number of servers.
  4100. 30.If /finger sees a "." in the parameter you give it, it
  4101.    will assume it's an address and will finger it, otherwise
  4102.    it will assume it's a nickname and will do a /whois on the
  4103.    nick to find their address and use that for the finger.
  4104. 31.Added option to change tooltip delay.
  4105. 32.Split the "Beep on window message" option into two...
  4106.    "Beep on channel message" and "Beep on query message".
  4107. 33.Fixed the notify bug which would result in mIRC telling
  4108.    you all the people on your notify list are on... then
  4109.    off... then on... then off...
  4110. 34.Simplified /timer code and fixed a small bug in it.
  4111. 35.Command line window buffer has increased to 30 lines.
  4112. 36.Now catches server numeric 328 for URL description
  4113.    when joining a channel on DALnet (they might not have
  4114.    implemented this yet).
  4115. 37.Fixed toolbar buttons colours when the default system
  4116.    colours are changed.
  4117. 38.The 32bit mIRC can now dcc send/get LFN's with spaces
  4118.    in them. Unfortunately, other clients won't be able to
  4119.    receive these properly! See the "DCC Send" section in
  4120.    the help file which explains the problem.
  4121.    You can also do: /dcc send nickname "this is a.text file"
  4122. 39.Added -nnick1,nick2 command line option which sets
  4123.    your nicks to these values.
  4124. 40.Overhaul of irc and parsing routines, simplified and
  4125.    speeded up.
  4126. 41.Added [on | off | close] to /url command to turn on/off
  4127.    catching urls and to close the URL window.
  4128. 42.Added option "Show modes in channel".
  4129. 43.Now gives the reason why you can't join a channel.
  4130. 44.If you have "rejoin channel when kicked" turned on
  4131.    and you are kicked, mIRC will keep the channel
  4132.    window open while it tries to rejoin and will only
  4133.    close it if it can't.
  4134. 45.If a /play filename doesn't have a directory spec. it
  4135.    defaults to the mirc.exe directory.
  4136. 46.Added a flexibile /write command which writes lines
  4137.    to a file.
  4138. 47.Added "Show queries in active channel window" which
  4139.    shows private messages from other users in a channel
  4140.    window without opening a query window.
  4141. 48.Added "TAB" key putting "/msg nickname" into the editbox
  4142.    where "nickname" is the nick of the last person who
  4143.    messaged you. If you press TAB repeatedly it cycles
  4144.    through the nicks of the last five people who messaged
  4145.    you.
  4146. 49.Now shows who set the topic and at what time when you
  4147.    join a channel on Undernet and DALnet.
  4148. 50.Fixed small bug with the /sound command not checking
  4149.    properly if a sound file exists.
  4150. 51.The Options dialog now uses Tabs. I had trouble using
  4151.    existing TabDialog DLL's, so I coded my own Tab
  4152.    display routines.
  4153. 52.Fixed /channel dialog bug which would occur if you
  4154.    typed /channel repeatedly while it was in the middle
  4155.    of retrieving the channel info.
  4156. 53.Fixed a problem with /whois replies, the format of
  4157.    the reply has changed and is hopefully clearer now.
  4158. 54.Can now also define Shift and Control Function key
  4159.    definitions.
  4160.  
  4161. 24/10/95 - mIRC v3.72
  4162.  
  4163. Fixes/Additions:
  4164. 1.Fixed $parms not being passed in a redirection.
  4165. 2.Can now /play to any channel/nick without needing
  4166.   to have that window already open.
  4167. 3.Added -ttopic option to /play which looks for the
  4168.   specified [topic] in a text file and plays it to
  4169.   the specified nick/channel.
  4170. 4.Added $pnick identifier which refers to the nick/channel
  4171.   which is currently being played to, so you can use it
  4172.   in /played commands.
  4173. 5.Allows #$parmN to force a parameter to be a channel.
  4174. 6.Fixed DCC Resume filesize bug.
  4175. 7.Added option to show notifies in active window.
  4176. 8.Completely reorganized the Options dialog as it was
  4177.   too crowded and it was getting harder to add new options.
  4178.   Now divided into sections, and also incorporates the
  4179.   options in the extras, url, sounds, and ident dialogs.
  4180.   The menus and toolbar buttons have been re-organized
  4181.   accordingly.
  4182. 9.Fixed QUIT bug when exiting mIRC while still connected.
  4183.   It was sending a part instead of a quit to the server.
  4184. 10.Fixed /timer not releasing it's memory in certain
  4185.    situations.
  4186. 11.Fixed positioning of : in some raw commands.
  4187. 12.Fixed setting of focus to windows.
  4188. 13.Added option to dump joins/parts to status window.
  4189. 14.Now shows DCC transfers percentage/size at head
  4190.    of window title for win95 users.
  4191. 15.Messages from irc ops of the form $address or
  4192.    #address are now displayed in the server window
  4193.    in pretty purple as opposed to opening up a query
  4194.    window.
  4195. 16.Added "clear list" button to dcc chat dialog (the
  4196.    DCC Send dialog uses the same list).
  4197. 17.The /pop delay value can be up to 15 seconds now.
  4198. 18.The weird DCC Send dialog bug was fixed (?)
  4199. 19.Improved copy/paste routine memory allocation.
  4200. 20.Fixed /sound with invalid parameters gpfing.
  4201. 21.Fixed some toolbar colours not being displayed
  4202.    correctly for some buttons.
  4203. 22.Number of channels in channel list window is now
  4204.    shown at beginning of title.
  4205. 23.Text printed with the /echo command is now wrapped.
  4206. 24.Added $r(v1,v2) identifier, returns random number
  4207.    or letter between v1 and v2.
  4208. 25.Fixed Ident server time-out bug.
  4209.  
  4210. 12/10/95 - mIRC v3.7
  4211.  
  4212. Fixes/Additions:
  4213. 1.An *iconified* channel list window is not restored
  4214.   if a /list is done, instead it's icon is placed above
  4215.   current windows (without focus) for easy access.
  4216. 2.The Join Channel dialog can now handle multiple
  4217.   selections.
  4218. 3.The /timer can now work with aliases again.
  4219. 4.Can now prevent an identifier from being evaluated
  4220.   the first time through the alias routine by prefixing
  4221.   it with a ! for example: $!read, $!url, $!me, etc.
  4222.   This allows you to use it in a /timer command if you
  4223.   want the identifier to be re-evaluated every time.
  4224. 5.Fixed /channel dialog bug and improved memory
  4225.   allocation for the ban list.
  4226. 6.Fixed bug in status window sizing.
  4227. 7.Fixed Timer dialog bug, when selecting cancel
  4228.   timer wasn't being reset correctly.
  4229. 8.Improved grouping of switches in options dialog.
  4230. 9.Fixed "disconnected" bug while trying to connect
  4231.   to another server if already connected to one.
  4232. 10.Cleaned up popup menu routines.
  4233. 11.Major improvement in robustness of input,
  4234.    general irc, and remote routines.
  4235.  
  4236.             BACKUP YOUR MIRC.INI FILE(S)
  4237.  
  4238. 12.Wrote my own read and write INI routines for parts of
  4239.    the mirc.ini file since the standard INI routines
  4240.    were too slow. Loading and saving is almost instant now.
  4241.  
  4242. 13.Fixed windows not being saved/closed properly on exit.
  4243. 14./play now works when used in remote commands.
  4244. 15.Added /echo command which prints text in the specified
  4245.    window (for debugging purposes).
  4246. 16.Now using 0x04L in dialog definitions so that
  4247.    3D dialogs under win95 are automatic.
  4248. 17.Can now do "/server N" where N is the Nth server
  4249.    in the server list.
  4250. 18.Fixed font selections not being saved correctly.
  4251. 19.Added URL catcher window which automatically catches
  4252.    URLs from text in channels etc. and stores them in
  4253.    a listbox. You can then send a URL to your WWW browser
  4254.    directly through mIRC. Type /url [-d] to open the window.
  4255.    Use -d to clear all ? marked items before showing the list.
  4256. 20.If a nick in the notify list is prefixed with a + sign
  4257.    a /whois is done on it on a notify.
  4258. 21.Added sounds dialog and a new /sound command which
  4259.    allows multiple users on a channel to hear sounds at
  4260.    the same time (assuming they have the same wave files).
  4261.    format: /sound [nick/channel] <file.wav> <message>
  4262. 22.Fixed problem with % in channel names (and other things).
  4263. 23.Fixed channel dialog "Key already set" bug.
  4264. 24.Added $url identifier which references the currently
  4265.    active URL in your WWW browser.
  4266. 25.Added option in extras dialog to redefine command char.
  4267. 26.Now automatically sets cursor to last edited window in
  4268.    remote and popup dialogs.
  4269.  
  4270.          *** NOTE NOTE NOTE IMPORTANT CHANGE ***
  4271.  
  4272. 27.Now uses a different format for commands/events:
  4273.    Old format: 1:PING:/notice *1:$nick hi there
  4274.    New format: 1:PING:/notice $nick hi there
  4275.    This greatly simplifies processing, the routines
  4276.    are now probably more than twice as fast as before.
  4277.    mIRC will automatically detect and convert old format
  4278.    definitions on startup (and when /add is used).
  4279.  
  4280. 28.mIRC now maintains an internal list of nick!user@address
  4281.    for all users that are on the same *channels* as you. Whenever
  4282.    a /guser, /ruser, or /ban is issued, the internal list is
  4283.    searched first to find the nick's address. If no match is
  4284.    found, the normal /whois stuff is done.
  4285. 29.Now opens log files in shared mode.
  4286. 30.The nickname in the DCC Send dialog now defaults to
  4287.    the last nick to which a file was sent.
  4288. 31.Added $snicks which returns a list of the selected
  4289.    nicks in the current channel listbox. The list is
  4290.    in the form: nick1,...,nickN, so you can only use it
  4291.    in commands which take multiple nicks.
  4292. 32.Greatly improved/simplified address matching routine.
  4293. 33.Can now do /ignore <nick> [type] which looks
  4294.    up the specified nick's address by doing a /whois,
  4295.    same as the /auser, /ban, etc. commands.
  4296. 34.DCC Get dialog now allows you to specify a different
  4297.    directory for the incoming file.
  4298. 35.In the setup dialog, a server is highlighted after
  4299.    it is added to the server list.
  4300. 36.The nickname in the DCC Chat dialog now defaults to
  4301.    the last nick that was chatted to.
  4302. 37.Aliases can now be called from popup, remote, timer,
  4303.    play, and any other definitions. You can now also call
  4304.    several aliases on one line seperated by a | like normal
  4305.    commands. eg. 1:HELP:/help1 $nick | /help2 $nick
  4306.    (Aliases still can't call other aliases).
  4307. 38.Can now have up to 30 timers, also improved memory
  4308.    allocation for timers.
  4309. 39.Fixed bugs with the /add function.
  4310. 40.Fixed Clipboard missing last character bug (?)
  4311. 41.Default directories for the file/dir dialogs
  4312.    weren't being set correctly.
  4313. 42.The /notify command was checking twice instead
  4314.    of only once for nicks.
  4315. 43.The /timer command now also remembers the parameter
  4316.    line that was around when the /timer was issued.
  4317. 44.The 32bit mIRC should now handle LFNs okay.
  4318. 45.Can now do level comparison for ON KICK, ON OP,
  4319.    and ON DEOP, prefix a line with <,>,<=,>=,<>,=
  4320.    compares levels of eg. kicker and kicked and only
  4321.    executes definition if true.
  4322. 46.Attempted improvement and cleaning up of server
  4323.    oriented commands and their replies.
  4324. 47."signon time" in a /whois on the undernet and dalnet
  4325.    is now shown correctly.
  4326. 48.Can now specify a server on the command line
  4327.    eg. -sirc.server.addr:6667
  4328.    and mirc will connect to that server on startup.
  4329.    (You can combine this with the -j parameter to
  4330.    force it to join specific channels too).
  4331.  
  4332. 13/09/95 - released mIRC v3.64 patch
  4333.  
  4334. 1.Fixes the *1-3 type bug.
  4335.  
  4336. 11/09/95 - mIRC v3.64
  4337.  
  4338. Fixes/Additions:
  4339. 1.Fixed Local Host and IP address bug, added options
  4340.   in the setup dialog. Now works for any combination
  4341.   of requirements for people with different types of
  4342.   internet connections (see Setup in mirc.hlp!)
  4343. 2.$read command improved so you can specify
  4344.   a line number with [-l#]. For example:
  4345.   /silly /say $read -l5 silly.txt
  4346.   This will read line 5 of silly.txt.
  4347. 3.Now using "Common Dialogs" for file/directory selection,
  4348.   as well as for the DCC Send dialog (Long filenames
  4349.   are NOT yet supported).
  4350. 4.Optimized Remote routines - should be faster now.
  4351. 5.Can now use $read in remote definitions. For example:
  4352.   1:TEST:/notice *1:$nick I said " $+ $read c:\langs\mirc\test.txt $+ "
  4353. 6.Can now store up to 50 IRC server addresses in Setup dialog.
  4354.   Storage format in mirc.ini has changed, but will still read
  4355.   the old format.
  4356. 7.Finger button now pops up a red flag while finger is busy.
  4357.   The flag disappears when finger has been completed.
  4358. 8.Bug with Maximized mIRC window fixed.
  4359. 9.Finger and Timer dialogs now popup under their
  4360.   respective buttons.
  4361. 10.Added "Channels Folder" button which allows you to join
  4362.    a channel as well as maintain a list of your favourite channels.
  4363. 11.Added "List Channels" button which pops up the List
  4364.    parameters dialog, allowing you to quickly list channels.
  4365. 12.Fixed NT GPF bug when using toolbar.
  4366. 13.Added -j<#channel> command line option. For example:
  4367.    mirc.exe -j#mirc,#friendly,#etc
  4368.    The specified channels will be joined on connect. You
  4369.    MUST have an mirc.ini with the "Connect on startup" option
  4370.    selected.
  4371. 14.Fixed another bug with using * to begin a non-parameter
  4372.    identifier. eg. *mardam.demon* in aliases/etc.
  4373.  
  4374. 15.The /auser /guser and /ruser commands can now handle multiple
  4375.    levels. They have only been extended, so they are still
  4376.    compatible with your previous formats.
  4377.  
  4378.    /auser [-a] <level(s)> <nick | address>
  4379.    /guser [-a] <level(s)> <nick> [type]
  4380.    /ruser [level(s)] <nick> [type]
  4381.  
  4382.    For /auser /guser, the default is to replace any existing
  4383.    user with the specified levels (as usual). The [-a] option
  4384.    means add the specified level(s) to an existing users levels.
  4385.  
  4386.    The /ruser command removes the specified levels from an
  4387.    existing user. If all levels are removed for a user, the
  4388.    user is removed.
  4389.  
  4390.    See the Remote section in the Help file!
  4391.  
  4392. 16.Can now do /mode # +oooo nick1 nick2 nick3 nick4
  4393. 17./play can now be used in a remote/event definition.
  4394.  
  4395. 18.Extended the /rlevel command to also work with multiple
  4396.    levels.
  4397.  
  4398.    /rlevel [-r] <level(s)>
  4399.  
  4400.    If the [-r] is NOT specified, it works as usual. If
  4401.    the [-r] IS specified, the specified level(s) are removed
  4402.    from users that have them. If a user's levels are ALL
  4403.    removed, the user is removed.
  4404.  
  4405. 19.Fixed bug with Green box being drawn around iconized
  4406.    window in response to wrong messages.
  4407. 20.Fixed several bugs in /play with using -r and -l.
  4408.    The format has changed slightly to:
  4409.  
  4410.    /play [-crl#] <filename> [delay]
  4411.  
  4412.    This now allows you to specify a delay for -r and -l,
  4413.    You must now specify the line number like this:
  4414.  
  4415.    /play -l24 file.txt 1000
  4416.  
  4417. 21.Text colours are now ok when using > 256 colour setup.
  4418.  
  4419. 31/08/95 - mIRC v3.6
  4420.  
  4421. Fixes/Additions:
  4422. 1.Highlight Box around an Icon now turns green if a highlighted
  4423.   word is spoken in a window.
  4424. 2.Fixed Ping Pong bug which was preventing lines from being
  4425.   sent properly to the server.
  4426. 3.Fixed Editbox/Colours bug in Extras dialog.
  4427. 4.Inserting blank lines in Remote/events/aliases between
  4428.   commands would lead to loss of following definitions.
  4429. 5.Channel list window would clear if you disconnected and then
  4430.   connected again.
  4431. 6.Aliases, Remote Users, Commands, and Events definitions are now unlimited.
  4432.   ie. you can have as many as you want, however the limitation is the
  4433.   size of the editbox (around 30k?).
  4434. 7.Fixed font dialog bug when tabbing with cursor keys.
  4435. 8.Popups are still limited to 300 menuitems for each popup menu.
  4436. 9.Max. length of a line in aliases, remote, and popups is approx. 600 chars.
  4437.   Same applies to lines in the Options dialog.
  4438. 10.Now allows a non-op to change topic in channel dialog.
  4439. 11.Fixed :) bug.
  4440. 12.Fixed /auser /guser bug.
  4441. 13.Fixed /channel dialog title bug.
  4442. 14.Added a simple NON-configurable toolbar with tooltips.
  4443.    A Configurable toolbar would take a lot of work, so I probably
  4444.    won't get around to adding it (so don't ask! :)
  4445. 15.Fixed ctcp PING reply missing a Ctrl-A at the end (?)
  4446. 16.Specifying a /who *146.219* numerical address would mess up because
  4447.    the *1 is a parameter specifier. mIRC now checks to see if there is
  4448.    a . in the number, and if so it doesnt try to expand it.
  4449. 17./play command can now play single lines randomly picked from
  4450.    a file (a specific line can also be specified). The format is:
  4451.    /play [-crl] [channel/nick] <filename> [delay/linenumber]
  4452.    Using -r means pick a line randomly, using -l means pick
  4453.    a specific line specified by linenumber. The first line in the
  4454.    file MUST specify the number of lines in the file. Any *1 $1 etc.
  4455.    identifiers CANNOT be used in the played line.
  4456. 18.Added $read identifier which picks a line randomly from a file.
  4457.    eg. /say $read c:\funny.txt
  4458.        /kick # $1 $read c:\kicks.txt
  4459.    The first line in the file MUST specify the number of lines
  4460.    in the file. $read will insert ANY text, even commands with
  4461.    identifiers, and these will work like normal commands.
  4462. 19.Added Fast Send checkbox to DCC Send dialog.
  4463. 20.Fixed scrolling keys in Channel list and finger windows.
  4464. 21.Made Font list longer in font dialog.
  4465. 22.Added "auto-join on invite" option to options dialog. An
  4466.    auto-joined channel is initially minimized (this might not
  4467.    always work for various reasons...)
  4468. 23.Added Function key support F1 to F12. Define in the alias
  4469.    window like a normal alias for example:
  4470.    /F1 /say Hello!
  4471.    /F5 /query $1   (for use on nick listbox in channel window)
  4472. 24.Font width measurement for copy/paste wasn't correct for
  4473.    certain types of fonts.
  4474. 25.Fixed problem with minimized windows being sized wrongly.
  4475. 26.Fixed /channel bug. Now times out after 30 seconds, at
  4476.    which point another /channel can be issued. BUT if the old
  4477.    /channel command is replied to, your status window will fill
  4478.    up with ban list information for that channel. No way around
  4479.    this I'm afraid!
  4480.  
  4481. 13/08/95 - mIRC v3.51 (minor update)
  4482.  
  4483. Fixes/Additions:
  4484. 1.Fixed garbage character output bug.
  4485. 2.mIRC16 wasn't recognizing version reply from Win95.
  4486. 3.Making mIRC active with a click wasn't setting the focus
  4487.   to the active window correctly.
  4488. 4.Fixed security bug in the fileserver.
  4489. 7.Fixed $day bug.
  4490. 8.Removes unused bold/italic/etc. characters from lines.
  4491. 9.Fixed ON MODE bug with +/-k.
  4492. 10.Fixed GPF bug in on mode/servermode.
  4493. 11.Fixed Reset bug, wasn't resizing small windows properly.
  4494. 12.mIRC wasn't outputting to the status window if it was
  4495.    starting out maximized.
  4496. 13.The /auser, /guser, /ruser, /enable, and /disable commands
  4497.    now do NOT save changes immediately to the INI file when
  4498.    they are used. Remote information is now saved either on
  4499.    exiting mIRC, or if the remote dialog is opened/closed.
  4500. 14.Now uses the ctl3d dialogs as default. The -d is ignored,
  4501.    but you can now use -n to disable the 3d dialogs.
  4502. 15.Complete dialog interface improvements (for mook ;)
  4503. 16.Commands using $* were not processing commands following them.
  4504. 17.Fixed socket() initialization bug in various routines.
  4505. 18.Improved how mIRC uses/gets your local hostname and ip address.
  4506. 19.Fixed fileserver dirinfo.srv bug.
  4507.  
  4508. 07/08/95 - mIRC v3.5
  4509.  
  4510. Fixes/Additions:
  4511. 1.Using IP address of a server now works...!
  4512. 2.A ctcp ACCEPT/RESUME now doesn't look at the filename
  4513.   to make a match but only at the port number.
  4514. 3.Fixed perform option being executed after every MOTD.
  4515. 4.Notify on initial connect is now done just before Perform option.
  4516. 5.Fixed bug in displaying wrong Server Name in titlebar after
  4517.   changing server name in setup.
  4518. 6.Scrollback buffer wasn't freeing lines properly.
  4519. 7.Added $time, $day, and $date as parameter types.
  4520. 8.Prefixing a remote event with '*' means it should only
  4521.   be performed if you have Ops on the event channel.
  4522. 9.Optimized Text Copy routine - now faster/smoother.
  4523. 10.Fixed divide by zero GPF in /pop routine.
  4524. 11.Modified Op status checking routine.
  4525. 12.Added a font dialog.
  4526. 13.Width of user listbox in channel is now measured properly to
  4527.    take account of fixed/variable width fonts.
  4528. 14.Improved mode-change handling routine.
  4529. 15.ON ACTION now works for actions (same structure as ON TEXT).
  4530. 16.Using $* improperly would result in a GPF.
  4531. 17.The "Always get IP address on connect" wasn't working.
  4532. 18.A /me now cannot be sent without a message.
  4533. 19.Cleaned up several routines, removed potential GPFs & other problems.
  4534.    (most of which were detected while compiling the 32-bit version)
  4535. 20.Double-clicking on a servername in Setup dialog is same as
  4536.    selecting Connect.
  4537. 21.Now available in a 32-bit version (with optional air-conditioning).
  4538. 22.Added /wavplay <sound.wav> command.
  4539. 23.Two bugs in Getting IP address routines were fixed.
  4540. 24.Fixed unknown mode oo bug.
  4541. 25.The ON OP/SERVEROP/DEOP were noticing only the first opped nick.
  4542. 26.Address as returned by a /whois now has an @ sign.
  4543. 27.Added $cb parameter, which refers to the first 256 characters
  4544.    of current clipboard contents.
  4545. 28.The /flood command now inhibits only specific types of replies to
  4546.    the server eg. replies to Remote/events/ctcp (basically, replies
  4547.    triggered by other users).
  4548. 29.Made random delay auto-op an option in the options dialog.
  4549. 30.A user in the remote user list can now have multiple access levels:
  4550.    5,=10,=15,=17:*!*@mardam.demon.co.uk
  4551.    1) The first level in the list is treated normally and can be anything.
  4552.    2) The remaining levels are treated as = levels (even if you dont put the
  4553.       = infront of them).
  4554. 31.Finger window popup menu now shows the last 5 fingered addresses
  4555.    for quick selection.
  4556. 32.Now prevents Channel list window being closed while a listing is being made.
  4557. 33.The mode change checking routines have been improved.
  4558. 34.Cleaned up/Improved popup menu positioning routine.
  4559. 35.Added /rlevel <level> command which removes all users with the specified
  4560.    access level from the remote user list.
  4561. 36.Fixed problem with extra spaces being appended to sent lines.
  4562. 37./omsg and /onotice can now take an optional channel argument.
  4563.    eg. /omsg [#channel] <message>
  4564. 38.Windows opening in mIRC are now not given focus if mIRC is not the
  4565.    active application.
  4566. 39.Text in remote dialog is displayed more quickly now.
  4567. 40./ignore now also ignores all notices. This means you can't do ctcp on
  4568.    any person you ignore since a reply to a ctcp is a notice.
  4569. 41.Added $server, $ip, and $host as identifiers.
  4570. 42.Can now define groups of commands/events in the remote:
  4571.    #2 start
  4572.    1:ON JOIN:...
  4573.    1:ON TEXT:...
  4574.    #2 end
  4575.    You can use /enable #2 or /disable #2 to enable/disable group #2.
  4576.    A disabled group is ignored by the remote.
  4577.    You cannot have groups within groups.
  4578. 43.Now shows User mode in status window title.
  4579. 44.The READ command in the fileserver now does paging (default of 20 lines)
  4580.    and prompts user whether to continue listing or to stop. User can specify
  4581.    optional paging size with: read [-numberoflines] <file.txt>
  4582. 45.The READ fileserver command now also allows reading of any file.
  4583. 46.Control-Home/End now moves to top/bottom of window text buffer.
  4584.    Control-Page Up/Down moves up/down line-by-line.    
  4585. 47.Can now do /help <commandname> for most commands mirc knows.
  4586. 48.Each window now has a 20 line command history buffer, use Cursor Up/Down
  4587.    in single-line editbox, or Control-Up/Down in multi-line editbox.
  4588. 49.Protect-list bug fixed.
  4589. 50./ruser nick! now removes any address beginning with nick! in the
  4590.    user list.
  4591. 51.Can now handle multiple /ban and /guser commands one after the other.
  4592. 52.Can now also specify *N1-N2 or $parmN1-N2. For a horrible example, see:
  4593.    1:TEST:/notice $1 *1 *2-6 *9:$nick $parms $parm1 $parm1* $parm3-5 $parm4-9
  4594. 53:Optimized text display routines.
  4595. 54.Fixed the undernet /uwho X GPF.
  4596. 55.Fixed % problem with actions.
  4597. 56.Improved output of /finger <address> routine, now expands tabs and
  4598.    inserts empty lines in the correct places.
  4599. 57.Fixed GPF bug in handling of KILLs.
  4600. 58.Added a crude ON MODE/SERVERMODE to react to a *channel* mode change.
  4601.    1!:ON MODE:#mirc:-spmi+lktn 20 mykey:/notice *1:$nick Illegal mode change!
  4602.    When someone changes the channel mode, mIRC enforces the above
  4603.    channel mode instead, and sends the user a notice.
  4604. 59.Now removes redundant spaces from lines in the Options dialog.
  4605. 60.Fixed disappearing popups/commands/events problem.
  4606. 61.Improved /ruser command so that it can work like /ban and /guser.
  4607.    /ruser <nick> [type]   if you do NOT specify a type, then it works
  4608.    as usual and removes the specified nick from the user list. If you
  4609.    DO specify a type, it looks up the users address and removes that
  4610.    address from the user list.
  4611. 62.Now correctly initiates a DCC CHAT using 'chat' as opposed to
  4612.    the originators name.
  4613. 63.Improved Channel List Window Popup menu. Added a dialog which
  4614.    allows you to respecify the list parameters to relist the window
  4615.    without having to do a relist from the server.
  4616. 64.Fixed "Error sending data" at end of transfer with fast send turned on.
  4617.  
  4618. 29/06/95 - mIRC v3.42 (minor update)
  4619.  
  4620. Fixes/Additions:
  4621. 1.Fixed Beeping saving/loading beep settings using only nickname
  4622.   and not the whole line in 'DCC Chat with krejt'.
  4623. 2.The Local Host name can now be changed while online.
  4624. 3.The /ban command did not allow processing of following commands.
  4625. 4.Fixed 'Enter' bug in single-line editbox (?).
  4626. 5.If "Show quits in channel" wasn't checked, user would not be
  4627.   removed from channel namelist when user quits.
  4628. 6.Unbanning in the /channel dialog now unbans 3 users at a time
  4629.   in one mode command instead of one user at a time.
  4630. 7.Added Options->Auto-Op random pausing (up to 7 seconds).
  4631. 8.Minimized get icon now shows nickname.
  4632. 9.Fixed server ports being reset to 6667.
  4633. 10.Fixed the /msg =nickname GPF bug.
  4634. 11.Added * to beginning of username in /ban addresses.
  4635. 12.Changed /finger method slightly.
  4636. 13.Added /pop <delay> [#channel] <nickname> command which performs
  4637.    a paused op on the specified user within a random number of seconds.
  4638. 14.A DCC Chat window is only given focus on connection if it is
  4639.    the active window, otherwise it just beeps once.
  4640. 15.Can now do /help <topic>.
  4641. 16.Fileserver was ignoring <max gets> parameter and limited users to
  4642.    get only one file at a time.
  4643. 17.Optimized routine for handling mode changes.
  4644. 18.Fixed ON NOTICE bug.
  4645. 19.Fixed /uwho (is operator) bug and /uwho ctcp bug.
  4646. 20.Fileserver: if file has no extension then '.' is automatically
  4647.    added to user get request filename.
  4648. 21.Improved voiced/opped display of nicks but still when a user is
  4649.    deopped and has a voice, things mess up.
  4650. 22.Now automatically shortens your nicknames to the maximum length
  4651.    allowed by the server you connect to.
  4652. 23.Fixed bug with /ban after using the /auser command.
  4653. 24.Rewrite of INI reading routines in the hope of fixing GPF's
  4654.    and other weird problems that are being caused by this.
  4655. 25.Changed timing of Misc->Options->perform commands, now sends
  4656.    commands right after end of MOTD.
  4657.  
  4658. 21/06/95 - mIRC v3.3, v3.4
  4659.  
  4660. Fixes/Additions:
  4661. 1.Fixed line splitting in single line editbox.
  4662. 2./describe now displays as a normal action if you are on
  4663.   the channel that you are sending to.
  4664. 3.Can now do 1!:ON TEXT:etc... which means this command should not
  4665.   react to any events caused by me.
  4666. 4.Added alternative join/part/quit format option.
  4667. 5.Fixed :! GPF.
  4668. 6.Fixed $opnick problem.
  4669. 7.Directories are now sorted in DCC Send dialog.
  4670. 8.Can now specify directory for mirc.ini file on command line.
  4671. 9.Notify routine now checks for a blank line!
  4672. 10.Server name is now shown in status window title bar.
  4673. 11.Fixed $parms not being passed on with a :> directive.
  4674. 12.Added /add [-apuce] filename.ini and /save filename.ini
  4675.    which load in alias, popups, and remote user, command, and event sections from
  4676.    the specified ini file. The /save saves all of these five sections to the
  4677.    specified ini file.
  4678. 13.Added $me as an alias parameter which refers to your nickname.
  4679. 14.Added option to append text to application title bar.
  4680. 15.Can use ; or REM to comment out lines in the remote/event sections.
  4681. 16.Now connects even if unable to get your local host name but was still able to
  4682.    get your ip address (should have done this a long time ago!).
  4683. 17.Added a /raw command which sends any parameters you supply directly to the server.
  4684.    You MUST know the correct RAW format to use this command.
  4685. 18.Added /omsg and /onotice commands which send a message to all channel operators
  4686.    on the current channel. eg. /omsg Hello there!  These are limited to users with Op status.
  4687. 19.Can now specify max. number of lines in scrollback buffer.
  4688. 20.Fixed bug in the /auto, /notify, /ignore, and /protect storage routines.
  4689. 21.Can now minimize a window quickly by pressing the ESCape key (option).
  4690. 22.Added /timer1 to /timer9 commands in the format:
  4691.    /timerN <repetitions> <delay in seconds> <commands to be performed>
  4692.    eg. /timer1 30 /ame is AWAY!
  4693. 23.Status window can now remember minimized/maximized position.
  4694. 24.DCC Chat window is now not minimized if it is initiated by you.
  4695. 25.Added crude /flood control, format: /flood <numberoflines> <seconds> <pausetime>.
  4696.    Prevents mIRC from sending any lines to the server if it has sent too
  4697.    many lines in a specified number of seconds. These lines are NOT stored,
  4698.    they are lost.
  4699. 26.Fixed problem with $ followed by letters not being displayed. eg. $SHELL
  4700.    ($ followed by a number is always assumed to be a parameter).
  4701. 27.Added: +2:ON JOIN:etc... the + limits this command to only level 2 users.
  4702. 28.Added Select File/Directory dialog to Add, Extras, and DCC Options dialogs.
  4703. 29.Fixed weird DCC-related bug in input routine...?
  4704. 30.Added ON SERVEROP event eg. 1:ON SERVEROP:#:/msg *1:$me $opnick was opped by $nick
  4705.    where $nick refers to the server that did the opping.
  4706. 31.Added /closemsg <nickname> command to close message windows with a certain nickname.
  4707. 32.Fixed USER not enough parameters problems.
  4708. 33.Each window now stores it's own previous line (using /).
  4709.    Using / brings back last line typed in current window.
  4710.    and /! brings back last line typed in any window.
  4711. 34.Finger server now uses different method to do a finger which might solve
  4712.    problems some people were having.
  4713. 35.Can now use either the IP address or the Hostname of an IRC server.
  4714. 36.DCC Send icon now shows nickname.
  4715. 37.Added option "Reconnect on disconnection".
  4716. 38./help now brings up mirc.hlp file irc commands section.
  4717. 39.Now removes strange characters from users name when logging.
  4718. 40.Can now use $parm1* just like the $1* parameter.
  4719. 41.Fixed /uwho "is operator" bug.
  4720. 42.Windows can be resized to a smaller size.
  4721. 43.Fixed DO problem.
  4722. 44.Quit in a channel now just shows nickname and quit message.
  4723. 45./join #this_is_a_test_of_brigs_bug has been fixed.
  4724.    But there's still a limit of how long a channel name can be!
  4725. 46.Fixed buildup of %'s when recalling previous line.
  4726. 47.Added -c switch to /play command to allow playing of commands.
  4727. 48.If resizing window and you're at the bottom of the buffer
  4728.    it stays at the bottom after the resizing.
  4729. 49.Fixed problem with silent disconnections (i think).
  4730. 50.Quit now uses a default message of (Leaving).
  4731. 51.Fixed occasional window text not being updated?
  4732. 52.Added Beeping option to Chat/Channel/Query window system menus which
  4733.    overrides Options "Beep on Message" setting. Each window remembers
  4734.    it's beeping setting.
  4735. 53.Added ON NOTIFY event. eg. 1:ON NOTIFY:/msg *1:$me $nick is on IRC!
  4736. 54.Added /log on/off command for logging windows to file.
  4737. 55.Added $+ parameter which means append the next parameter without
  4738.    inserting a space before it.
  4739. 57.Fixed /stats problem.
  4740. 58.Fixed 1:*:! problem.
  4741. 59.Added /fserve <nickname> <maxgets> <homedirectory> <welcome.txt> for fileserver.
  4742. 60.Fileserver improvements:
  4743.    1) now sends 30 second timeout warning to idle user.
  4744.    2) Directories are now listed horizontally in wide listing.
  4745.    3) If user does ls -4 and then does ls the -4 is remembered.
  4746.    4) Can do ls -[k|b] for listing in K's or bytes.
  4747.    5) Greatly improved fserve routines.
  4748.    6) Prevents a user having more than one fileserver session open.
  4749.    7) Directories/files are now sorted.
  4750. 61.Greatly improved dynamic memory allocation.
  4751. 62.Made change to the ON TEXT event. The search text should now be
  4752.    specified in the following manner: eg. 1:ON TEXT:text:#mirc:/msg *1:etc...
  4753.    where text is:
  4754.    =text   - if user said only this word
  4755.    text*   - if user started line with this word
  4756.    *text   - if user ended line with this word
  4757.    *text* or text  - if user said this word anywhere
  4758. 63.Added 5:ON OP:= which means that any level 5 or higher users will not get a
  4759.    reaction from a lower level ON OP when they are opped. Works with other
  4760.    events and remote definitions as well.
  4761. 64.Cleaned up/optimized/rewrote many many routines.
  4762. 65.Fixed GPF when window is closed while popupmenu is up.
  4763. 66.Fixed "Unable to send query to server" problem(?)
  4764. 67.Fixed /auser /ruser being lost if Cancel pressed in remote dialog.
  4765. 68.Can now select a maximum of 9 files to send in dcc send dialog.
  4766.    Also added a minimize option to minimize all dcc send windows.
  4767. 69.Fixed bugs in INI reading routines.
  4768. 70.Added /guser <level> <nick> [type] command which does the same thing
  4769.    as /auser but does a /whois on the specified nickname first and then
  4770.    adds their address to the remote user list.
  4771. 71.Remote DCC Send window closes if other user closes connection.
  4772. 72.If a DCC Get window is waiting for a resume acknowledgement and
  4773.    times out then the window is closed.
  4774. 73.Speeded up text update in windows significantly.
  4775. 74.Added /exit command which forces mIRC to closedown.
  4776. 75.Now removes directory prefix from a DCC Get file.
  4777. 76.Major DCC Send improvements.
  4778. 77.Added /fsend [on|off] an experimental fast dcc send option.
  4779. 78.Added /ulist which lists users in the remote list with specific access levels.
  4780. 79.Fixed /oper command.
  4781. 80.Changed /ban types (1 to 4). Also /ban with no type bans the
  4782.    whole address with no wildcards. Banning an IP address now adds
  4783.    a wildcard to the last ip number.
  4784. 81.Added/Fixed other things I forgot to write down...
  4785.  
  4786. 2/05/95 - mIRC v3.2
  4787.  
  4788. Fixes/Additions:
  4789. 1. GPF on join to undernet fixed.
  4790. 2. GPF on joining channel with too long a topic fixed.
  4791. 3. Added title specification to parameter box, eg.: /j /join $?="Enter channel name:"
  4792. 4. Can now use Page Up/Down keys to scroll through buffer.
  4793. 5. Fixed spaced out /who result.
  4794. 6. Now cannot prevent the standard ctcp version reply being given.
  4795. 7. Can now build as many levels of popup menus as required.
  4796. 8. Added Query/Chat popup menu.
  4797. 9. Added extra double-click options.
  4798. 10.Added auto-close send window option.
  4799. 11.A remote send window now closes if other party crashes/cancels get.
  4800. 12.Idle time wasnt working in single-line edit box.
  4801. 13.Sockets weren't being closed properly.
  4802. 14.Fixed problem with directory and slash.
  4803. 15.added /channel command for channel central (only works in a channel).
  4804. 16.Added ability to view/change topic in Channel Central.
  4805. 17.Editboxes thinned down for Win95.
  4806. 18.Changed dialog borders to reflect standard practise.
  4807. 19.Added ... to menu items to reflect standard practise.
  4808. 20.GPF on nick collision fixed??
  4809. 21.Timer now updates in the timer window when online.
  4810. 22.Can now do both  /ban nickname  or   /ban #channel nickname
  4811. 23.Complete rewrite of editbox routine. Can now paste properly.
  4812. 24.Added "You are Op/Not Op" to channel central window.
  4813. 25.Fixed problem in win95 with title disappearing when window is minimized.
  4814. 26.Fixed remote :*: responding to an action command. (oops :)
  4815. 27./server with no parameters connects to the last specified server.
  4816. 28.Fixed problem with | alias seperator placed after a *1 *2 etc.
  4817. 29.Fixed problem with DO remote command.
  4818. 30.Remote can now handle commas etc. stuck to identifiers eg.
  4819.    1:WHOAMI:/notice *1:$nick You are $nick, your address is $address.
  4820. 31.Added #$ parameter type. Prefixes the parameter with a #.
  4821.    cannot be used in a multi-command. eg #$* but can do #?1="Say what?"
  4822. 32.Added $! parameter type. Refers to the last line you entered in
  4823.    the entry parameter window.
  4824. 33.Added /amsg and /ame which do an All channel message and All channel action.
  4825. 34.Last used server in the Setup window is moved to top of list.
  4826. 35.If mirc.ini is not found in windows dir but found in current dir then it is
  4827.    automatically copied to windows dir without asking user.
  4828. 36.Added "Fast Ack" in DCC Opts window for non-compliant winsocks.
  4829. 37.Dialogs are now positioned a little higher in Win95 above menu bar at bottom of screen.
  4830. 38.Now allows leading spaces in text to channel/query/chat windows.
  4831. 39.Fixed problem with cursor not showing in editbox??
  4832. 40.Iconized Win95 windows do not flash anymore but are drawn highlighted with
  4833.    a red rectangle.
  4834. 41.Addresses must now be standard form eg. *!*khaled@mardam.demon.co.uk
  4835. 42.Can now do /dcc send <nickname> <file1> <file2> <file3> ... <fileN>
  4836. 43.Added /beep <number> <delay> command.
  4837. 44.Fixed GPF bug with malformed DCC Send requests.
  4838. 45.Added simple Event handler to remote section.
  4839. 46.Other bits I can't remember...
  4840.  
  4841. 23/04/95 - mIRC v3.1
  4842.  
  4843. Fixes/Additions:
  4844. 1. Added /ctcp $* performs command on all parameters.
  4845. 2. Remembers if main window was iconized.
  4846. 3. Added "finger" popup for finger window.
  4847. 4. Fixed mistake in graphics routine. Update is now faster.
  4848. 5. Windows open up in a more "windows" like fashion now.
  4849. 6. User listbox now lists all people on large channels.
  4850. 7. Using main menus under certain setups wasn't working properly.
  4851. 8. Cancel away on keypress now ONLY cancels if you say
  4852.    something in a channel or a query.
  4853. 9. Fixed finger client so can finger VMS hosts etc.
  4854. 10.Added new user warning about mirc.ini file.
  4855. 11.Can now do aliases such as: /laugh /me laughs at $1's joke
  4856. 12.Added timeout to chat/get confirm dialog.
  4857. 13.DCC sessions now show only a nickname.
  4858. 14.USER login to IRC was working but not correct.
  4859. 16.Improved Editbox: Can now enter multiple lines with a paste
  4860.    and they will be sent correctly.
  4861. 17.Fixed Auto-Op wild-card routine.
  4862. 18.Fixed beeping when windows are maximized & windows don't scroll.
  4863. 19.Fixed small bug in /join command, now allows key.
  4864. 20.Notify now tells you if no one in your list is on IRC.
  4865. 21.Added User info window as the command /uwho <nickname>.
  4866. 22.Internal reorganization and cleaning up.
  4867. 23.PASS password to server was incorrect.
  4868. 24.Added /msg =nickname for dcc chat.
  4869. 25.Added /play command.
  4870. 26.Added /describe command.
  4871. 27.Major improvement of screen update, speed has more than doubled.
  4872. 28.Added option to use windows colours.
  4873. 29.DCC Send by remote is automatically minimized.
  4874. 30.Now tries three different ways to get local host and ip address.
  4875. 31.Red rectangle is drawn around icons of windows with pending messages.
  4876.    For Windows 95 the iconized window flashes instead.
  4877. 32.Now changed so that can have only ONE chat session with the same user.
  4878. 33.If user replies to a /dcc chat request by initiating another dcc
  4879.    chat then mIRC treats this as an acceptance of it's own request.
  4880. 34.You can now ignore addresses as well as nicks.
  4881. 35.Remote DCC's close windows automatically on finish.
  4882. 36.Added DCC timeout options.
  4883. 37.Added #string parameter to /list command.
  4884. 38.Fixed problem with moderated channels and +nicknames.
  4885.  
  4886. 26/03/95 - mIRC v2.8c etc...
  4887.  
  4888. Fixes/Additions:
  4889. 1. Added wild cards for auto-op.
  4890. 2. If a user changes nicks while in a query to you and they are on
  4891.    the same channel as you, mIRC uses the nickname change notification
  4892.    to update the query window name so you can keep talking to the person.
  4893. 3. When a query is received and it is iconized, the icon is placed
  4894.    above all other windows so you can see it.
  4895. 4. Scroll bars have been made a standard size and moved a little bit to
  4896.    make them look neater.
  4897. 5. ban command now has 4 levels of ban. eg. /ban <nickname> <number>
  4898.    where <number> is a value 0 to 3.
  4899. 6. The /server command can now take Port and Password parameters.
  4900.    for example, /server irc.server.co.uk 6667 password
  4901. 7. Added "Use Dedicated Message Window" option. private messages go
  4902.    only to this window.
  4903. 8. "Notices" work more intelligently now and will appear in a channel
  4904.    window if sent by someone on that channel. Otherwise they are sent
  4905.    to the status window as usual.
  4906. 9. mIRC now listens for identd requests and replies using the
  4907.    userid part of your email address as a UNIX system.
  4908. 10.Font and Window position can now be saved for the Message Window
  4909.    and logging/saving to proper filename now.
  4910. 11.Was GPFing on a nick collision. Oops :)
  4911. 12.Added channel modes to ban list routine. Much more useful now!
  4912. 13.Added context-sensitive F1 help key.
  4913. 14.Added new alias parameter type.
  4914.    $$ = parameter MUST be filled. If it is not filled, command is not executed.
  4915.    Before, /whois $1 was executed even if no parameter was given.
  4916.    Now, /whois $$1 will only be executed if you supply a parameter.
  4917. 15.Can now also do  $$?1  or $?1  which means, try to fill this
  4918.    value with parameter one if it exists. If parameter one doesnt exist,
  4919.    ask for it.
  4920. 16.Fixed problem with copy/paste routine. MUCH faster now.
  4921. 17.Fixed font problem with text not showing in Editbox when in windows
  4922.    screen with large font setting.
  4923. 18.Added DCC Resume capability. non-standard.
  4924. 19.Allows multiple select in ban list.
  4925. 20.Fixed dialog positioning when in different screen modes.
  4926. 21.Added option to prefix own messages with own nick.
  4927. 22.Would crash if popup menu definition was incomplete. fixed.
  4928. 23.Double-click in a query window does a /whois.
  4929. 24.Added small popup menu to channel list window.
  4930.  
  4931. 21/03/95 - mIRC v2.8b (not released)
  4932.  
  4933. Fixes/Additions:
  4934. 1. the % character can now be used.
  4935. 2. help file had a few mistakes in it.
  4936. 3. a /msg results in outgoing message being shown
  4937.    in the correct window.
  4938. 4. added option "Beep on message while in buffer".
  4939. 5. /hug /me *hugs* $1 now works.
  4940. 6. allow /query etc commands in dcc chat window.
  4941. 7. problems handling /msg and other commands.
  4942. 8. dissallow changing nickname and alternate in setup when online.
  4943. 9. log files werent being closed properly.
  4944. 11.enlarged Popup menus window.
  4945. 12.refined appearance of /msg /notice/ etc. commands.
  4946. 13.aliases had a bug or three.
  4947. 14.added [x] minimize to auto-accept chat request.
  4948. 15.ctcp ping seconds working properly now.
  4949. 16.query window sometimes opened up VERY small due to saving
  4950.    window size while it was iconized.
  4951. 17.Changed query/chat windows so that only one default font
  4952.    is saved.
  4953. 18.Changed "beeping" method to minimize number of beeps.
  4954. 19.File logging was messed up.
  4955. 20.Speeded up display of popupmenu definitions in popup dialog.
  4956. 21.text wrapping wasn't taking notice of mid variable.
  4957. 22.changed minimum window size depending on whether it
  4958.    is a channel or not.
  4959. 23.now remembers default size for channel windows.
  4960. 24.fixed problem with previous-line routine.
  4961. 25.added /dcc packetsize command. All memory for DCC Send/Get
  4962.    sessions now allocated dynamically.
  4963. 26.when a window is maximized, widths weren't set properly for
  4964.    any other windows beneath it.
  4965.  
  4966. 18/03/95 - mIRC v2.7a
  4967.  
  4968. Fixes/Additions:
  4969. 1. Changed dblclk ban list routine again.
  4970. 2. Variable assignment was wrong in open window routine.
  4971.    Caused windows to behave strangely and crash.
  4972. 3. Changed query & msg commands. /msg does not open a
  4973.    window, /query does.
  4974. 4. Added beeping on query & notice options.
  4975. 5. The INI filename specified on the command line was not
  4976.    working for some mIRC functions.
  4977. 6. DCC sessions were not being closed properly, ie. files
  4978.    in some cases would be left open.
  4979. 7. Cosmetic changes - moved some options to extras dialog
  4980.    and other stuff.
  4981. 8. Invite command wasn't working properly.
  4982. 9. Corrected mistakes in the mirc.ini file.
  4983. 10.Query window size wasn't being saved.
  4984. 11.mIRC wasn't closing all DCC connections on quit.
  4985. 12.Now prevents duplicate server entries in setup dialog.
  4986. 13.Some windows are now more intuitively centered on opening.
  4987. 14.Now shows number of channels as they are being listed.
  4988. 15.Some windows were opening only in the top left corner.
  4989.    Window positioning is hopefully better now.
  4990. 16.QUIT and AWAY commands weren't setting message properly.
  4991. 17.Added /LEAVE (like /PART. command for compatibility.
  4992. 18.Again changed optimization switches in compiler. Previous
  4993.    settings caused more problems than I thought...
  4994. 19.Can now open mutiple DCC Chat sessions with the same person.
  4995. 20.Option to show Quits in channel window.
  4996. 21.now shows /msgs that you send.
  4997. 22.when doing a "reset position" window is placed neatly inside
  4998.    main window even if saved position was outside it.
  4999. 23.Changed /protect etc. to work using on and off.
  5000. 34.Added option to highlight own messages.
  5001. 25.Aliases with a * in them weren't working properly.
  5002. 26.About dialog now disappears on keypress.
  5003. 27.Can now continue DCC chats if disconnected from IRC.
  5004. 28.After disconnection, on reconnect to IRC, only channel windows
  5005.    are closed. All other windows remain open.
  5006. 29./SERVER command now works. (can use in popup menus!)
  5007. 30.Bugs in file handling routines.
  5008. 31.Bug in Channels list routine.
  5009. 32.Iconify query window option.
  5010. 33.beeps if message in channel and you are not at bottom of buffer.
  5011. 34.Added whois option on a query.
  5012. 35.If talking in query window and person logs off IRC,
  5013.    informs you nick is invalid *in* query window.
  5014. 36.when not at bottom of buffer and a channel message
  5015.    is printed, highlighting for copy/paste now stays on.
  5016. 37.Enlarged alias window.
  5017. 38.Alias window now shows number of aliases entered.
  5018.  
  5019. Possible Bugs/Annoyances:
  5020. 1. Text in window sometimes goes blank or isn't updated properly.
  5021. 2. Text sometimes prints over the scrollbar slightly.
  5022. 3. Multiple DCC sends/gets might not work properly.
  5023.  
  5024. 13/03/95 - mIRC v2.6b (a dud version - was unstable)
  5025.  
  5026. Fixes/Additions:
  5027. 1. Finger routine wasn't being cancelled properly.
  5028. 2. Now allows user to enter their own IP address.
  5029. 3. Certain windows would beep on closing (definitely fixed now!)
  5030. 4. Routine for printing text in window majorly optimized and cleaned up.
  5031. 5. Listbox popup menu would popup even if a user wasn't selected.
  5032. 6. Cleaned up the retrieve ban list routine.
  5033. 7. Winsock startup routine wasn't being initialized properly.
  5034. 8. Copy/Paste routine has changed. No longer need to press the shift key.
  5035. 9. QUIT wasn't appending quit message.
  5036. 10.Child windows were being positioned outside main window.
  5037. 11.Spotted and fixed oh so sneaky bug in word wrap routine.
  5038. 12.DCC Send/Get Directories default to same directory as mirc.exe.
  5039. 13.Can now specify directory for logs and buffer saves.
  5040. 14.Mode change with multiple settings wasn't working.
  5041. 15.Can now specify on the command line the name of the .ini file to
  5042.    use. Default name is "mirc.ini". This means you can have different
  5043.    .ini files for different nets.
  5044. 16.Added /! command, recalls previous command.
  5045. 17.Cleaned up the help file, made IRC commands section readable.
  5046. 18.Now compiling with different optimization switches. This
  5047.    automatically fixed around 5 "bugs" !!!
  5048.  
  5049. 08/03/95 - mIRC v2.5a
  5050.  
  5051. Fixes/Additions:
  5052. 1. added "always retrieve local host" option for people who have
  5053.    dynamic IP addresses!
  5054. 2. channel mode in title is permanently on. not an option anymore.
  5055. 3. Added ctcp USERINFO command for compatibility. However, it returns
  5056.    the same information as a ctcp finger command.
  5057. 4. moved some options to different windows were they made more sense.
  5058. 5. added /finger and /auto commands.
  5059. 6. fixed problem with releasing memory... popup menus weren't
  5060.    being freed properly so mIRC would lose as much memory as
  5061.    the size of the popup menus defined by the user. With the
  5062.    mirc.ini that comes with the program, this turned out to be
  5063.    3k+ of system resources everytime the program is run.
  5064. 7. the MODE for channel mode changes gets messy when lots of
  5065.    mode changes occur. cleaned it up.
  5066. 8. Window names in Window menu would not switch to the correct
  5067.    window when selected.
  5068. 9. Text buffers for windows were not being freed properly.
  5069. 10.Can now set the default font for the status/finger/list windows
  5070.    from their system menu. Only the DCC Send/Get windows have to
  5071.    be set from the font dialog window.
  5072. 11.added auto-log option for channels and query/dcc chat.
  5073. 12.Commands such as /finger and /run can now be used off-line.
  5074. 13.Corrected some mistakes in the mirc.ini file.
  5075.  
  5076. 05/03/95 - mIRC v2.4a
  5077.  
  5078. Fixes/Additions:
  5079. 1. major update of window handling - made more robust.
  5080. 2. notify would keep notifying even if it was still waiting
  5081.    for previous notify to be returned by server.
  5082. 3. popup menu positioning was incorrect in some situations.
  5083.  
  5084. 02/03/95 - mIRC v2.3a
  5085.  
  5086. Fixes/Additions:
  5087. 1. dcc get received file okay but closed connection too early.
  5088. 2. dcc send/get/chat were re-initiating arrays too early,
  5089.    didn't cause problems but made the program beep everytime you
  5090.    closed a window because the array was empty.
  5091. 3. some debug information was being printed! Arrrrgh! forgot to
  5092.    turn off the debug switch in the first release.
  5093. 4. updated help file with description of previously coded but
  5094.    forgotten items.
  5095. 5. In dcc get, if sender client did not specify size of file
  5096.    (which it should!. then mIRC said the size was zero bytes.
  5097.    Now it just says [unknown].
  5098. 6. highlighting now works properly.
  5099. 7. ".." previous directory wasnt showing up in dcc send dialog.
  5100. 8. the channel listbox wasnt adding/removing nicks properly.
  5101. 9. double-click for ban list. clicking twice only in the SAME
  5102.    place now brings ban list up.
  5103. 10.added option to display file size instead of percent complete
  5104.    in DCC send/get transfers.
  5105. 11.fixed timer display: wasnt displaying timer after nick change.
  5106. 12.adds "/nick " to editbox if both nicks collide on login.
  5107. 13.dcc send/get had problems with packet size. fixed.
  5108. 14.other cosmetic changes.
  5109.  
  5110. 28/02/95 - mIRC v2.1a
  5111.  
  5112. First public release.
  5113.  
  5114.